Html Css Color HEX #883302 Saddle Brown

📋 copy color: '#883302'

red 136 ◦ green 51 ◦ blue 2

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

Shades of Saddle Brown #883302

Tints of Saddle Brown #883302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.98%

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

R = 71.96%
G = 26.98%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#883302 (or 0x883302) is known color: Saddle Brown. HEX triplet: 88, 33 and 02. RGB value is (136,51,2). Sum of RGB (Red+Green+Blue) = 136+51+2=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #883302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883302 is #77CCFD. Grayscale: #474747. Windows color (decimal): -7851262 or 144264. OLE color: 144264.

HSL color Cylindrical-coordinate representation of color #883302: hue angle of 21.94º 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 #883302 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 51 2 -
CMYK 0 0.62 0.99 0.47
HSL 21.94º 0.97% 0.27% -
HSV(B) 21.94º 0.99% 0.53% -
XYZ 11.35 7.61 0.93 -
YUV 70.83 89.16 174.48 -
System Red Green Blue C M Y K H S L
Decimal 136 51 2 0 0.62 0.99 0.47 21.94 0.97 0.27
Hex 88 33 2 0 3E 63 2F 16 61 1B
Octal 210 63 2 0 76 143 57 26 141 33
Binary 10001000 110011 10 0 111110 1100011 101111 10110 1100001 11011

Color Harmonies of #883302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883302

Black with #883302

Text Example


Text Example

White with #883302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883302; }

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

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

background-color css

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

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

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

border-color css

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

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

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