Html Css Color HEX #854102 Saddle Brown

📋 copy color: '#854102'

red 133 ◦ green 65 ◦ blue 2

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

Shades of Saddle Brown #854102

Tints of Saddle Brown #854102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.5%

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

R = 66.5%
G = 32.5%
B = 1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#854102 (or 0x854102) is known color: Saddle Brown. HEX triplet: 85, 41 and 02. RGB value is (133,65,2). Sum of RGB (Red+Green+Blue) = 133+65+2=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #854102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854102 is #7ABEFD. Grayscale: #4E4E4E. Windows color (decimal): -8044286 or 147845. OLE color: 147845.

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

Color convert

RGB 133 65 2 -
CMYK 0 0.51 0.98 0.48
HSL 28.85º 0.97% 0.26% -
HSV(B) 28.85º 0.98% 0.52% -
XYZ 11.57 8.77 1.14 -
YUV 78.15 85.03 167.12 -
System Red Green Blue C M Y K H S L
Decimal 133 65 2 0 0.51 0.98 0.48 28.85 0.97 0.26
Hex 85 41 2 0 33 62 30 1D 61 1A
Octal 205 101 2 0 63 142 60 35 141 32
Binary 10000101 1000001 10 0 110011 1100010 110000 11101 1100001 11010

Color Harmonies of #854102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854102

Black with #854102

Text Example


Text Example

White with #854102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854102; }

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

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

background-color css

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

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

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

border-color css

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

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

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