Html Css Color HEX #853B02 Saddle Brown

📋 copy color: '#853B02'

red 133 ◦ green 59 ◦ blue 2

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

Shades of Saddle Brown #853B02

Tints of Saddle Brown #853B02

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.41%

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

R = 68.56%
G = 30.41%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#853B02 (or 0x853B02) is known color: Saddle Brown. HEX triplet: 85, 3B and 02. RGB value is (133,59,2). Sum of RGB (Red+Green+Blue) = 133+59+2=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #853B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853B02 is #7AC4FD. Grayscale: #4A4A4A. Windows color (decimal): -8045822 or 146309. OLE color: 146309.

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

Color convert

RGB 133 59 2 -
CMYK 0 0.56 0.98 0.48
HSL 26.11º 0.97% 0.26% -
HSV(B) 26.11º 0.98% 0.52% -
XYZ 11.25 8.12 1.03 -
YUV 74.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 133 59 2 0 0.56 0.98 0.48 26.11 0.97 0.26
Hex 85 3B 2 0 38 62 30 1A 61 1A
Octal 205 73 2 0 70 142 60 32 141 32
Binary 10000101 111011 10 0 111000 1100010 110000 11010 1100001 11010

Color Harmonies of #853B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B02

Black with #853B02

Text Example


Text Example

White with #853B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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