Html Css Color HEX #85330E Saddle Brown

📋 copy color: '#85330E'

red 133 ◦ green 51 ◦ blue 14

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

Shades of Saddle Brown #85330E

Tints of Saddle Brown #85330E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.07%

R = 67.17%
G = 25.76%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85330E (or 0x85330E) is known color: Saddle Brown. HEX triplet: 85, 33 and 0E. RGB value is (133,51,14). Sum of RGB (Red+Green+Blue) = 133+51+14=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #85330E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85330E is #7ACCF1. Grayscale: #474747. Windows color (decimal): -8047858 or 930693. OLE color: 930693.

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

Color convert

RGB 133 51 14 -
CMYK 0 0.62 0.89 0.48
HSL 18.66º 0.81% 0.29% -
HSV(B) 18.66º 0.89% 0.52% -
XYZ 10.94 7.39 1.26 -
YUV 71.3 95.67 172.01 -
System Red Green Blue C M Y K H S L
Decimal 133 51 14 0 0.62 0.89 0.48 18.66 0.81 0.29
Hex 85 33 E 0 3E 59 30 13 51 1D
Octal 205 63 16 0 76 131 60 23 121 35
Binary 10000101 110011 1110 0 111110 1011001 110000 10011 1010001 11101

Color Harmonies of #85330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85330E

Black with #85330E

Text Example


Text Example

White with #85330E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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