Html Css Color HEX #853F02 Saddle Brown

📋 copy color: '#853F02'

red 133 ◦ green 63 ◦ blue 2

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

Shades of Saddle Brown #853F02

Tints of Saddle Brown #853F02

RGB

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

 GREEN value IS 63 (25% from 255) = 31.82%

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

R = 67.17%
G = 31.82%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#853F02 (or 0x853F02) is known color: Saddle Brown. HEX triplet: 85, 3F and 02. RGB value is (133,63,2). Sum of RGB (Red+Green+Blue) = 133+63+2=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #853F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853F02 is #7AC0FD. Grayscale: #4D4D4D. Windows color (decimal): -8044798 or 147333. OLE color: 147333.

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

Color convert

RGB 133 63 2 -
CMYK 0 0.53 0.98 0.48
HSL 27.94º 0.97% 0.26% -
HSV(B) 27.94º 0.98% 0.52% -
XYZ 11.46 8.55 1.1 -
YUV 76.98 85.69 167.96 -
System Red Green Blue C M Y K H S L
Decimal 133 63 2 0 0.53 0.98 0.48 27.94 0.97 0.26
Hex 85 3F 2 0 35 62 30 1C 61 1A
Octal 205 77 2 0 65 142 60 34 141 32
Binary 10000101 111111 10 0 110101 1100010 110000 11100 1100001 11010

Color Harmonies of #853F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F02

Black with #853F02

Text Example


Text Example

White with #853F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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