Html Css Color HEX #883102 Saddle Brown

📋 copy color: '#883102'

red 136 ◦ green 49 ◦ blue 2

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

Shades of Saddle Brown #883102

Tints of Saddle Brown #883102

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.2%

 BLUE value IS 2 (1.17% from 255) = 1.07%

R = 72.73%
G = 26.2%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#883102 (or 0x883102) is known color: Saddle Brown. HEX triplet: 88, 31 and 02. RGB value is (136,49,2). Sum of RGB (Red+Green+Blue) = 136+49+2=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #883102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883102 is #77CEFD. Grayscale: #454545. Windows color (decimal): -7851774 or 143752. OLE color: 143752.

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

Color convert

RGB 136 49 2 -
CMYK 0 0.64 0.99 0.47
HSL 21.04º 0.97% 0.27% -
HSV(B) 21.04º 0.99% 0.53% -
XYZ 11.26 7.44 0.9 -
YUV 69.66 89.82 175.32 -
System Red Green Blue C M Y K H S L
Decimal 136 49 2 0 0.64 0.99 0.47 21.04 0.97 0.27
Hex 88 31 2 0 40 63 2F 15 61 1B
Octal 210 61 2 0 100 143 57 25 141 33
Binary 10001000 110001 10 0 1000000 1100011 101111 10101 1100001 11011

Color Harmonies of #883102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883102

Black with #883102

Text Example


Text Example

White with #883102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883102; }

 p { color: rgb(136,49,2); }

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

background-color css

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

 a { background-color: rgb(136,49,2); }

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

border-color css

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

 span { border-color: rgb(136,49,2); }

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