Html Css Color HEX #872A02 Saddle Brown

📋 copy color: '#872A02'

red 135 ◦ green 42 ◦ blue 2

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

Shades of Saddle Brown #872A02

Tints of Saddle Brown #872A02

RGB

 RED value IS 135 (53.13% from 255) = 75.42%

 GREEN value IS 42 (16.8% from 255) = 23.46%

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

R = 75.42%
G = 23.46%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#872A02 (or 0x872A02) is known color: Saddle Brown. HEX triplet: 87, 2A and 02. RGB value is (135,42,2). Sum of RGB (Red+Green+Blue) = 135+42+2=179 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.42% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 135 - color contains mainly: red. Hex color #872A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872A02 is #78D5FD. Grayscale: #414141. Windows color (decimal): -7919102 or 141959. OLE color: 141959.

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

Color convert

RGB 135 42 2 -
CMYK 0 0.69 0.99 0.47
HSL 18.05º 0.97% 0.27% -
HSV(B) 18.05º 0.99% 0.53% -
XYZ 10.83 6.81 0.8 -
YUV 65.25 92.31 177.75 -
System Red Green Blue C M Y K H S L
Decimal 135 42 2 0 0.69 0.99 0.47 18.05 0.97 0.27
Hex 87 2A 2 0 45 63 2F 12 61 1B
Octal 207 52 2 0 105 143 57 22 141 33
Binary 10000111 101010 10 0 1000101 1100011 101111 10010 1100001 11011

Color Harmonies of #872A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872A02

Black with #872A02

Text Example


Text Example

White with #872A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872A02; }

 p { color: rgb(135,42,2); }

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

background-color css

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

 a { background-color: rgb(135,42,2); }

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

border-color css

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

 span { border-color: rgb(135,42,2); }

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