Html Css Color HEX #854702 Saddle Brown

📋 copy color: '#854702'

red 133 ◦ green 71 ◦ blue 2

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

Shades of Saddle Brown #854702

Tints of Saddle Brown #854702

RGB

 RED value IS 133 (52.34% from 255) = 64.56%

 GREEN value IS 71 (28.13% from 255) = 34.47%

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

R = 64.56%
G = 34.47%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#854702 (or 0x854702) is known color: Saddle Brown. HEX triplet: 85, 47 and 02. RGB value is (133,71,2). Sum of RGB (Red+Green+Blue) = 133+71+2=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #854702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854702 is #7AB8FD. Grayscale: #525252. Windows color (decimal): -8042750 or 149381. OLE color: 149381.

HSL color Cylindrical-coordinate representation of color #854702: hue angle of 31.6º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #854702 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 71 2 -
CMYK 0 0.47 0.98 0.48
HSL 31.6º 0.97% 0.26% -
HSV(B) 31.6º 0.98% 0.52% -
XYZ 11.94 9.5 1.26 -
YUV 81.67 83.04 164.61 -
System Red Green Blue C M Y K H S L
Decimal 133 71 2 0 0.47 0.98 0.48 31.6 0.97 0.26
Hex 85 47 2 0 2F 62 30 20 61 1A
Octal 205 107 2 0 57 142 60 40 141 32
Binary 10000101 1000111 10 0 101111 1100010 110000 100000 1100001 11010

Color Harmonies of #854702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854702

Black with #854702

Text Example


Text Example

White with #854702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854702; }

 p { color: rgb(133,71,2); }

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

background-color css

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

 a { background-color: rgb(133,71,2); }

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

border-color css

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

 span { border-color: rgb(133,71,2); }

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