Html Css Color HEX #885107 Saddle Brown

📋 copy color: '#885107'

red 136 ◦ green 81 ◦ blue 7

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

Shades of Saddle Brown #885107

Tints of Saddle Brown #885107

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.16%

 BLUE value IS 7 (3.13% from 255) = 3.13%

R = 60.71%
G = 36.16%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#885107 (or 0x885107) is known color: Saddle Brown. HEX triplet: 88, 51 and 07. RGB value is (136,81,7). Sum of RGB (Red+Green+Blue) = 136+81+7=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #885107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885107 is #77AEF8. Grayscale: #595959. Windows color (decimal): -7843577 or 479624. OLE color: 479624.

HSL color Cylindrical-coordinate representation of color #885107: hue angle of 34.42º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #885107 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 81 7 -
CMYK 0 0.40 0.95 0.47
HSL 34.42º 0.9% 0.28% -
HSV(B) 34.42º 0.95% 0.53% -
XYZ 13.13 11.13 1.66 -
YUV 89.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 136 81 7 0 0.40 0.95 0.47 34.42 0.9 0.28
Hex 88 51 7 0 28 5F 2F 22 5A 1C
Octal 210 121 7 0 50 137 57 42 132 34
Binary 10001000 1010001 111 0 101000 1011111 101111 100010 1011010 11100

Color Harmonies of #885107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885107

Black with #885107

Text Example


Text Example

White with #885107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885107; }

 p { color: rgb(136,81,7); }

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

background-color css

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

 a { background-color: rgb(136,81,7); }

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

border-color css

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

 span { border-color: rgb(136,81,7); }

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