Html Css Color HEX #844701 Saddle Brown

📋 copy color: '#844701'

red 132 ◦ green 71 ◦ blue 1

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

Shades of Saddle Brown #844701

Tints of Saddle Brown #844701

RGB

 RED value IS 132 (51.95% from 255) = 64.71%

 GREEN value IS 71 (28.13% from 255) = 34.8%

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

R = 64.71%
G = 34.8%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#844701 (or 0x844701) is known color: Saddle Brown. HEX triplet: 84, 47 and 01. RGB value is (132,71,1). Sum of RGB (Red+Green+Blue) = 132+71+1=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #844701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844701 is #7BB8FE. Grayscale: #515151. Windows color (decimal): -8108287 or 83844. OLE color: 83844.

HSL color Cylindrical-coordinate representation of color #844701: hue angle of 32.06º degrees, saturation: 0.98, 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 #844701 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 71 1 -
CMYK 0 0.46 0.99 0.48
HSL 32.06º 0.98% 0.26% -
HSV(B) 32.06º 0.99% 0.52% -
XYZ 11.77 9.41 1.23 -
YUV 81.26 82.71 164.19 -
System Red Green Blue C M Y K H S L
Decimal 132 71 1 0 0.46 0.99 0.48 32.06 0.98 0.26
Hex 84 47 1 0 2E 63 30 20 62 1A
Octal 204 107 1 0 56 143 60 40 142 32
Binary 10000100 1000111 1 0 101110 1100011 110000 100000 1100010 11010

Color Harmonies of #844701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844701

Black with #844701

Text Example


Text Example

White with #844701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844701; }

 p { color: rgb(132,71,1); }

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

background-color css

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

 a { background-color: rgb(132,71,1); }

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

border-color css

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

 span { border-color: rgb(132,71,1); }

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