Html Css Color HEX #882B04 Saddle Brown

📋 copy color: '#882B04'

red 136 ◦ green 43 ◦ blue 4

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

Shades of Saddle Brown #882B04

Tints of Saddle Brown #882B04

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.5%

 BLUE value IS 4 (1.95% from 255) = 2.19%

R = 74.32%
G = 23.5%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#882B04 (or 0x882B04) is known color: Saddle Brown. HEX triplet: 88, 2B and 04. RGB value is (136,43,4). Sum of RGB (Red+Green+Blue) = 136+43+4=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #882B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882B04 is #77D4FB. Grayscale: #424242. Windows color (decimal): -7853308 or 273288. OLE color: 273288.

HSL color Cylindrical-coordinate representation of color #882B04: hue angle of 17.73º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #882B04 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 43 4 -
CMYK 0 0.68 0.97 0.47
HSL 17.73º 0.94% 0.27% -
HSV(B) 17.73º 0.97% 0.53% -
XYZ 11.04 6.97 0.88 -
YUV 66.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 136 43 4 0 0.68 0.97 0.47 17.73 0.94 0.27
Hex 88 2B 4 0 44 61 2F 12 5E 1B
Octal 210 53 4 0 104 141 57 22 136 33
Binary 10001000 101011 100 0 1000100 1100001 101111 10010 1011110 11011

Color Harmonies of #882B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882B04

Black with #882B04

Text Example


Text Example

White with #882B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882B04; }

 p { color: rgb(136,43,4); }

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

background-color css

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

 a { background-color: rgb(136,43,4); }

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

border-color css

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

 span { border-color: rgb(136,43,4); }

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