Html Css Color HEX #854501 Saddle Brown

📋 copy color: '#854501'

red 133 ◦ green 69 ◦ blue 1

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

Shades of Saddle Brown #854501

Tints of Saddle Brown #854501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.99%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 65.52%
G = 33.99%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#854501 (or 0x854501) is known color: Saddle Brown. HEX triplet: 85, 45 and 01. RGB value is (133,69,1). Sum of RGB (Red+Green+Blue) = 133+69+1=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #854501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854501 is #7ABAFE. Grayscale: #505050. Windows color (decimal): -8043263 or 83333. OLE color: 83333.

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

Color convert

RGB 133 69 1 -
CMYK 0 0.48 0.99 0.48
HSL 30.91º 0.99% 0.26% -
HSV(B) 30.91º 0.99% 0.52% -
XYZ 11.81 9.24 1.19 -
YUV 80.38 83.2 165.53 -
System Red Green Blue C M Y K H S L
Decimal 133 69 1 0 0.48 0.99 0.48 30.91 0.99 0.26
Hex 85 45 1 0 30 63 30 1F 63 1A
Octal 205 105 1 0 60 143 60 37 143 32
Binary 10000101 1000101 1 0 110000 1100011 110000 11111 1100011 11010

Color Harmonies of #854501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854501

Black with #854501

Text Example


Text Example

White with #854501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854501; }

 p { color: rgb(133,69,1); }

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

background-color css

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

 a { background-color: rgb(133,69,1); }

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

border-color css

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

 span { border-color: rgb(133,69,1); }

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