Html Css Color HEX #883D12 Saddle Brown

📋 copy color: '#883D12'

red 136 ◦ green 61 ◦ blue 18

#883D12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #883D12

Tints of Saddle Brown #883D12

RGB

 RED value IS 136 (53.52% from 255) = 63.26%

 GREEN value IS 61 (24.22% from 255) = 28.37%

 BLUE value IS 18 (7.42% from 255) = 8.37%

R = 63.26%
G = 28.37%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#883D12 (or 0x883D12) is known color: Saddle Brown. HEX triplet: 88, 3D and 12. RGB value is (136,61,18). Sum of RGB (Red+Green+Blue) = 136+61+18=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #883D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883D12 is #77C2ED. Grayscale: #4E4E4E. Windows color (decimal): -7848686 or 1195400. OLE color: 1195400.

HSL color Cylindrical-coordinate representation of color #883D12: hue angle of 21.86º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #883D12 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 61 18 -
CMYK 0 0.55 0.87 0.47
HSL 21.86º 0.77% 0.3% -
HSV(B) 21.86º 0.87% 0.53% -
XYZ 11.93 8.62 1.61 -
YUV 78.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 136 61 18 0 0.55 0.87 0.47 21.86 0.77 0.3
Hex 88 3D 12 0 37 57 2F 16 4D 1E
Octal 210 75 22 0 67 127 57 26 115 36
Binary 10001000 111101 10010 0 110111 1010111 101111 10110 1001101 11110

Color Harmonies of #883D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883D12

Black with #883D12

Text Example


Text Example

White with #883D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883D12; }

 p { color: rgb(136,61,18); }

 H1.HeaderClassName
 {
   color: #883D12;
 }
 .AnyTagClassName
 {
   color: #883D12;
 }
</style>

background-color css

<style>
 a { background-color: #883D12; }

 a { background-color: rgb(136,61,18); }

 div.DivClassName
 {
   background-color: #883D12;
 }
 .BgClassName
 {
   background-color: #883D12;
 }
</style>

border-color css

<style>
 span { border-color: #883D12; }

 span { border-color: rgb(136,61,18); }

 td.TdClassName
 {
   border-color: #883D12;
 }
 .TagClassName
 {
   border-color: #883D12;
 }
</style>