Html Css Color HEX #844601 Saddle Brown

📋 copy color: '#844601'

red 132 ◦ green 70 ◦ blue 1

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

Shades of Saddle Brown #844601

Tints of Saddle Brown #844601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.48%

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

R = 65.02%
G = 34.48%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#844601 (or 0x844601) is known color: Saddle Brown. HEX triplet: 84, 46 and 01. RGB value is (132,70,1). Sum of RGB (Red+Green+Blue) = 132+70+1=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #844601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844601 is #7BB9FE. Grayscale: #515151. Windows color (decimal): -8108543 or 83588. OLE color: 83588.

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

Color convert

RGB 132 70 1 -
CMYK 0 0.47 0.99 0.48
HSL 31.6º 0.98% 0.26% -
HSV(B) 31.6º 0.99% 0.52% -
XYZ 11.71 9.29 1.2 -
YUV 80.67 83.04 164.61 -
System Red Green Blue C M Y K H S L
Decimal 132 70 1 0 0.47 0.99 0.48 31.6 0.98 0.26
Hex 84 46 1 0 2F 63 30 20 62 1A
Octal 204 106 1 0 57 143 60 40 142 32
Binary 10000100 1000110 1 0 101111 1100011 110000 100000 1100010 11010

Color Harmonies of #844601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844601

Black with #844601

Text Example


Text Example

White with #844601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844601; }

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

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

background-color css

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

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

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

border-color css

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

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

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