Html Css Color HEX #85430E Saddle Brown

📋 copy color: '#85430E'

red 133 ◦ green 67 ◦ blue 14

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

Shades of Saddle Brown #85430E

Tints of Saddle Brown #85430E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.31%

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

R = 62.15%
G = 31.31%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85430E (or 0x85430E) is known color: Saddle Brown. HEX triplet: 85, 43 and 0E. RGB value is (133,67,14). Sum of RGB (Red+Green+Blue) = 133+67+14=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #85430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85430E is #7ABCF1. Grayscale: #505050. Windows color (decimal): -8043762 or 934789. OLE color: 934789.

HSL color Cylindrical-coordinate representation of color #85430E: hue angle of 26.72º 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 #85430E is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 67 14 -
CMYK 0 0.50 0.89 0.48
HSL 26.72º 0.81% 0.29% -
HSV(B) 26.72º 0.89% 0.52% -
XYZ 11.76 9.03 1.54 -
YUV 80.69 90.37 165.31 -
System Red Green Blue C M Y K H S L
Decimal 133 67 14 0 0.50 0.89 0.48 26.72 0.81 0.29
Hex 85 43 E 0 32 59 30 1B 51 1D
Octal 205 103 16 0 62 131 60 33 121 35
Binary 10000101 1000011 1110 0 110010 1011001 110000 11011 1010001 11101

Color Harmonies of #85430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85430E

Black with #85430E

Text Example


Text Example

White with #85430E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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