Html Css Color HEX #85330F Saddle Brown

📋 copy color: '#85330F'

red 133 ◦ green 51 ◦ blue 15

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

Shades of Saddle Brown #85330F

Tints of Saddle Brown #85330F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.54%

R = 66.83%
G = 25.63%
B = 7.54%

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

#85330F (or 0x85330F) is known color: Saddle Brown. HEX triplet: 85, 33 and 0F. RGB value is (133,51,15). Sum of RGB (Red+Green+Blue) = 133+51+15=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #85330F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85330F is #7ACCF0. Grayscale: #474747. Windows color (decimal): -8047857 or 996229. OLE color: 996229.

HSL color Cylindrical-coordinate representation of color #85330F: hue angle of 18.31º degrees, saturation: 0.8, 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 #85330F is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 51 15 -
CMYK 0 0.62 0.89 0.48
HSL 18.31º 0.8% 0.29% -
HSV(B) 18.31º 0.89% 0.52% -
XYZ 10.94 7.39 1.3 -
YUV 71.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 133 51 15 0 0.62 0.89 0.48 18.31 0.8 0.29
Hex 85 33 F 0 3E 59 30 12 50 1D
Octal 205 63 17 0 76 131 60 22 120 35
Binary 10000101 110011 1111 0 111110 1011001 110000 10010 1010000 11101

Color Harmonies of #85330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85330F

Black with #85330F

Text Example


Text Example

White with #85330F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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