Html Css Color HEX #85330C Saddle Brown

📋 copy color: '#85330C'

red 133 ◦ green 51 ◦ blue 12

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

Shades of Saddle Brown #85330C

Tints of Saddle Brown #85330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.02%

 BLUE value IS 12 (5.08% from 255) = 6.12%

R = 67.86%
G = 26.02%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85330C (or 0x85330C) is known color: Saddle Brown. HEX triplet: 85, 33 and 0C. RGB value is (133,51,12). Sum of RGB (Red+Green+Blue) = 133+51+12=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #85330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85330C is #7ACCF3. Grayscale: #474747. Windows color (decimal): -8047860 or 799621. OLE color: 799621.

HSL color Cylindrical-coordinate representation of color #85330C: hue angle of 19.34º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85330C is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 51 12 -
CMYK 0 0.62 0.91 0.48
HSL 19.34º 0.83% 0.28% -
HSV(B) 19.34º 0.91% 0.52% -
XYZ 10.92 7.38 1.2 -
YUV 71.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 133 51 12 0 0.62 0.91 0.48 19.34 0.83 0.28
Hex 85 33 C 0 3E 5B 30 13 53 1C
Octal 205 63 14 0 76 133 60 23 123 34
Binary 10000101 110011 1100 0 111110 1011011 110000 10011 1010011 11100

Color Harmonies of #85330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85330C

Black with #85330C

Text Example


Text Example

White with #85330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85330C; }

 p { color: rgb(133,51,12); }

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

background-color css

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

 a { background-color: rgb(133,51,12); }

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

border-color css

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

 span { border-color: rgb(133,51,12); }

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