Html Css Color HEX #853101 Saddle Brown

📋 copy color: '#853101'

red 133 ◦ green 49 ◦ blue 1

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

Shades of Saddle Brown #853101

Tints of Saddle Brown #853101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 72.68%
G = 26.78%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#853101 (or 0x853101) is known color: Saddle Brown. HEX triplet: 85, 31 and 01. RGB value is (133,49,1). Sum of RGB (Red+Green+Blue) = 133+49+1=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #853101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853101 is #7ACEFE. Grayscale: #444444. Windows color (decimal): -8048383 or 78213. OLE color: 78213.

HSL color Cylindrical-coordinate representation of color #853101: hue angle of 21.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #853101 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 49 1 -
CMYK 0 0.63 0.99 0.48
HSL 21.82º 0.99% 0.26% -
HSV(B) 21.82º 0.99% 0.52% -
XYZ 10.78 7.19 0.85 -
YUV 68.64 89.83 173.9 -
System Red Green Blue C M Y K H S L
Decimal 133 49 1 0 0.63 0.99 0.48 21.82 0.99 0.26
Hex 85 31 1 0 3F 63 30 16 63 1A
Octal 205 61 1 0 77 143 60 26 143 32
Binary 10000101 110001 1 0 111111 1100011 110000 10110 1100011 11010

Color Harmonies of #853101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853101

Black with #853101

Text Example


Text Example

White with #853101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853101; }

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

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

background-color css

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

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

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

border-color css

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

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

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