Html Css Color HEX #874602 Saddle Brown

📋 copy color: '#874602'

red 135 ◦ green 70 ◦ blue 2

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

Shades of Saddle Brown #874602

Tints of Saddle Brown #874602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.82%

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

R = 65.22%
G = 33.82%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#874602 (or 0x874602) is known color: Saddle Brown. HEX triplet: 87, 46 and 02. RGB value is (135,70,2). Sum of RGB (Red+Green+Blue) = 135+70+2=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #874602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874602 is #78B9FD. Grayscale: #525252. Windows color (decimal): -7911934 or 149127. OLE color: 149127.

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

Color convert

RGB 135 70 2 -
CMYK 0 0.48 0.99 0.47
HSL 30.68º 0.97% 0.27% -
HSV(B) 30.68º 0.99% 0.53% -
XYZ 12.19 9.54 1.26 -
YUV 81.68 83.03 166.03 -
System Red Green Blue C M Y K H S L
Decimal 135 70 2 0 0.48 0.99 0.47 30.68 0.97 0.27
Hex 87 46 2 0 30 63 2F 1F 61 1B
Octal 207 106 2 0 60 143 57 37 141 33
Binary 10000111 1000110 10 0 110000 1100011 101111 11111 1100001 11011

Color Harmonies of #874602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874602

Black with #874602

Text Example


Text Example

White with #874602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874602; }

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

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

background-color css

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

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

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

border-color css

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

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

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