Html Css Color HEX #88320C Saddle Brown

📋 copy color: '#88320C'

red 136 ◦ green 50 ◦ blue 12

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

Shades of Saddle Brown #88320C

Tints of Saddle Brown #88320C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.25%

 BLUE value IS 12 (5.08% from 255) = 6.06%

R = 68.69%
G = 25.25%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88320C (or 0x88320C) is known color: Saddle Brown. HEX triplet: 88, 32 and 0C. RGB value is (136,50,12). Sum of RGB (Red+Green+Blue) = 136+50+12=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #88320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88320C is #77CDF3. Grayscale: #474747. Windows color (decimal): -7851508 or 799368. OLE color: 799368.

HSL color Cylindrical-coordinate representation of color #88320C: hue angle of 18.39º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88320C is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 12 -
CMYK 0 0.63 0.91 0.47
HSL 18.39º 0.84% 0.29% -
HSV(B) 18.39º 0.91% 0.53% -
XYZ 11.36 7.54 1.2 -
YUV 71.38 94.49 174.09 -
System Red Green Blue C M Y K H S L
Decimal 136 50 12 0 0.63 0.91 0.47 18.39 0.84 0.29
Hex 88 32 C 0 3F 5B 2F 12 54 1D
Octal 210 62 14 0 77 133 57 22 124 35
Binary 10001000 110010 1100 0 111111 1011011 101111 10010 1010100 11101

Color Harmonies of #88320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88320C

Black with #88320C

Text Example


Text Example

White with #88320C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88320C; }

 p { color: rgb(136,50,12); }

 H1.HeaderClassName
 {
   color: #88320C;
 }
 .AnyTagClassName
 {
   color: #88320C;
 }
</style>

background-color css

<style>
 a { background-color: #88320C; }

 a { background-color: rgb(136,50,12); }

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

border-color css

<style>
 span { border-color: #88320C; }

 span { border-color: rgb(136,50,12); }

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