Html Css Color HEX #853F03 Saddle Brown

📋 copy color: '#853F03'

red 133 ◦ green 63 ◦ blue 3

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

Shades of Saddle Brown #853F03

Tints of Saddle Brown #853F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.51%

R = 66.83%
G = 31.66%
B = 1.51%

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

#853F03 (or 0x853F03) is known color: Saddle Brown. HEX triplet: 85, 3F and 03. RGB value is (133,63,3). Sum of RGB (Red+Green+Blue) = 133+63+3=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #853F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853F03 is #7AC0FC. Grayscale: #4D4D4D. Windows color (decimal): -8044797 or 212869. OLE color: 212869.

HSL color Cylindrical-coordinate representation of color #853F03: hue angle of 27.69º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #853F03 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 63 3 -
CMYK 0 0.53 0.98 0.48
HSL 27.69º 0.96% 0.27% -
HSV(B) 27.69º 0.98% 0.52% -
XYZ 11.47 8.55 1.13 -
YUV 77.09 86.19 167.88 -
System Red Green Blue C M Y K H S L
Decimal 133 63 3 0 0.53 0.98 0.48 27.69 0.96 0.27
Hex 85 3F 3 0 35 62 30 1C 60 1B
Octal 205 77 3 0 65 142 60 34 140 33
Binary 10000101 111111 11 0 110101 1100010 110000 11100 1100000 11011

Color Harmonies of #853F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F03

Black with #853F03

Text Example


Text Example

White with #853F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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