Html Css Color HEX #85330A Saddle Brown

📋 copy color: '#85330A'

red 133 ◦ green 51 ◦ blue 10

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

Shades of Saddle Brown #85330A

Tints of Saddle Brown #85330A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.15%

R = 68.56%
G = 26.29%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85330A (or 0x85330A) is known color: Saddle Brown. HEX triplet: 85, 33 and 0A. RGB value is (133,51,10). Sum of RGB (Red+Green+Blue) = 133+51+10=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #85330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85330A is #7ACCF5. Grayscale: #474747. Windows color (decimal): -8047862 or 668549. OLE color: 668549.

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

Color convert

RGB 133 51 10 -
CMYK 0 0.62 0.92 0.48
HSL 20º 0.86% 0.28% -
HSV(B) 20º 0.92% 0.52% -
XYZ 10.91 7.38 1.14 -
YUV 70.84 93.67 172.33 -
System Red Green Blue C M Y K H S L
Decimal 133 51 10 0 0.62 0.92 0.48 20 0.86 0.28
Hex 85 33 A 0 3E 5C 30 14 56 1C
Octal 205 63 12 0 76 134 60 24 126 34
Binary 10000101 110011 1010 0 111110 1011100 110000 10100 1010110 11100

Color Harmonies of #85330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85330A

Black with #85330A

Text Example


Text Example

White with #85330A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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