Html Css Color HEX #853807 Saddle Brown

📋 copy color: '#853807'

red 133 ◦ green 56 ◦ blue 7

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

Shades of Saddle Brown #853807

Tints of Saddle Brown #853807

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.57%

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

R = 67.86%
G = 28.57%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#853807 (or 0x853807) is known color: Saddle Brown. HEX triplet: 85, 38 and 07. RGB value is (133,56,7). Sum of RGB (Red+Green+Blue) = 133+56+7=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #853807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853807 is #7AC7F8. Grayscale: #494949. Windows color (decimal): -8046585 or 473221. OLE color: 473221.

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

Color convert

RGB 133 56 7 -
CMYK 0 0.58 0.95 0.48
HSL 23.33º 0.9% 0.27% -
HSV(B) 23.33º 0.95% 0.52% -
XYZ 11.13 7.83 1.13 -
YUV 73.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 133 56 7 0 0.58 0.95 0.48 23.33 0.9 0.27
Hex 85 38 7 0 3A 5F 30 17 5A 1B
Octal 205 70 7 0 72 137 60 27 132 33
Binary 10000101 111000 111 0 111010 1011111 110000 10111 1011010 11011

Color Harmonies of #853807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853807

Black with #853807

Text Example


Text Example

White with #853807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853807; }

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

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

background-color css

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

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

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

border-color css

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

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

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