Html Css Color HEX #853107 Saddle Brown

📋 copy color: '#853107'

red 133 ◦ green 49 ◦ blue 7

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

Shades of Saddle Brown #853107

Tints of Saddle Brown #853107

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.93%

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

R = 70.37%
G = 25.93%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#853107 (or 0x853107) is known color: Saddle Brown. HEX triplet: 85, 31 and 07. RGB value is (133,49,7). Sum of RGB (Red+Green+Blue) = 133+49+7=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #853107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853107 is #7ACEF8. Grayscale: #454545. Windows color (decimal): -8048377 or 471429. OLE color: 471429.

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

Color convert

RGB 133 49 7 -
CMYK 0 0.63 0.95 0.48
HSL 20º 0.9% 0.27% -
HSV(B) 20º 0.95% 0.52% -
XYZ 10.81 7.2 1.02 -
YUV 69.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 133 49 7 0 0.63 0.95 0.48 20 0.9 0.27
Hex 85 31 7 0 3F 5F 30 14 5A 1B
Octal 205 61 7 0 77 137 60 24 132 33
Binary 10000101 110001 111 0 111111 1011111 110000 10100 1011010 11011

Color Harmonies of #853107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853107

Black with #853107

Text Example


Text Example

White with #853107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853107; }

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

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

background-color css

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

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

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

border-color css

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

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

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