Html Css Color HEX #85430F Saddle Brown

📋 copy color: '#85430F'

red 133 ◦ green 67 ◦ blue 15

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

Shades of Saddle Brown #85430F

Tints of Saddle Brown #85430F

RGB

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

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

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

R = 61.86%
G = 31.16%
B = 6.98%

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

#85430F (or 0x85430F) is known color: Saddle Brown. HEX triplet: 85, 43 and 0F. RGB value is (133,67,15). Sum of RGB (Red+Green+Blue) = 133+67+15=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #85430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85430F is #7ABCF0. Grayscale: #515151. Windows color (decimal): -8043761 or 1000325. OLE color: 1000325.

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

Color convert

RGB 133 67 15 -
CMYK 0 0.50 0.89 0.48
HSL 26.44º 0.8% 0.29% -
HSV(B) 26.44º 0.89% 0.52% -
XYZ 11.77 9.04 1.58 -
YUV 80.81 90.87 165.23 -
System Red Green Blue C M Y K H S L
Decimal 133 67 15 0 0.50 0.89 0.48 26.44 0.8 0.29
Hex 85 43 F 0 32 59 30 1A 50 1D
Octal 205 103 17 0 62 131 60 32 120 35
Binary 10000101 1000011 1111 0 110010 1011001 110000 11010 1010000 11101

Color Harmonies of #85430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85430F

Black with #85430F

Text Example


Text Example

White with #85430F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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