Html Css Color HEX #854400 Saddle Brown

📋 copy color: '#854400'

red 133 ◦ green 68 ◦ blue 0

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

Shades of Saddle Brown #854400

Tints of Saddle Brown #854400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.17%
G = 33.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#854400 (or 0x854400) is known color: Saddle Brown. HEX triplet: 85, 44 and 00. RGB value is (133,68,0). Sum of RGB (Red+Green+Blue) = 133+68+0=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #854400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854400 is #7ABBFF. Grayscale: #505050. Windows color (decimal): -8043520 or 17541. OLE color: 17541.

HSL color Cylindrical-coordinate representation of color #854400: hue angle of 30.68º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #854400 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 68 0 -
CMYK 0 0.49 1 0.48
HSL 30.68º 1% 0.26% -
HSV(B) 30.68º 1% 0.52% -
XYZ 11.74 9.12 1.14 -
YUV 79.68 83.03 166.03 -
System Red Green Blue C M Y K H S L
Decimal 133 68 0 0 0.49 1 0.48 30.68 1 0.26
Hex 85 44 0 0 31 64 30 1F 64 1A
Octal 205 104 0 0 61 144 60 37 144 32
Binary 10000101 1000100 0 0 110001 1100100 110000 11111 1100100 11010

Color Harmonies of #854400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854400

Black with #854400

Text Example


Text Example

White with #854400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854400; }

 p { color: rgb(133,68,0); }

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

background-color css

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

 a { background-color: rgb(133,68,0); }

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

border-color css

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

 span { border-color: rgb(133,68,0); }

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