Html Css Color HEX #853A07 Saddle Brown

📋 copy color: '#853A07'

red 133 ◦ green 58 ◦ blue 7

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

Shades of Saddle Brown #853A07

Tints of Saddle Brown #853A07

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.29%

 BLUE value IS 7 (3.13% from 255) = 3.54%

R = 67.17%
G = 29.29%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#853A07 (or 0x853A07) is known color: Saddle Brown. HEX triplet: 85, 3A and 07. RGB value is (133,58,7). Sum of RGB (Red+Green+Blue) = 133+58+7=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #853A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853A07 is #7AC5F8. Grayscale: #4A4A4A. Windows color (decimal): -8046073 or 473733. OLE color: 473733.

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

Color convert

RGB 133 58 7 -
CMYK 0 0.56 0.95 0.48
HSL 24.29º 0.9% 0.27% -
HSV(B) 24.29º 0.95% 0.52% -
XYZ 11.22 8.03 1.16 -
YUV 74.61 89.85 169.65 -
System Red Green Blue C M Y K H S L
Decimal 133 58 7 0 0.56 0.95 0.48 24.29 0.9 0.27
Hex 85 3A 7 0 38 5F 30 18 5A 1B
Octal 205 72 7 0 70 137 60 30 132 33
Binary 10000101 111010 111 0 111000 1011111 110000 11000 1011010 11011

Color Harmonies of #853A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A07

Black with #853A07

Text Example


Text Example

White with #853A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,58,7); }

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

background-color css

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

 a { background-color: rgb(133,58,7); }

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

border-color css

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

 span { border-color: rgb(133,58,7); }

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