Html Css Color HEX #844807 Saddle Brown

📋 copy color: '#844807'

red 132 ◦ green 72 ◦ blue 7

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

Shades of Saddle Brown #844807

Tints of Saddle Brown #844807

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

 BLUE value IS 7 (3.13% from 255) = 3.32%

R = 62.56%
G = 34.12%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#844807 (or 0x844807) is known color: Saddle Brown. HEX triplet: 84, 48 and 07. RGB value is (132,72,7). Sum of RGB (Red+Green+Blue) = 132+72+7=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #844807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844807 is #7BB7F8. Grayscale: #525252. Windows color (decimal): -8108025 or 477316. OLE color: 477316.

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

Color convert

RGB 132 72 7 -
CMYK 0 0.45 0.95 0.48
HSL 31.2º 0.9% 0.27% -
HSV(B) 31.2º 0.95% 0.52% -
XYZ 11.87 9.56 1.42 -
YUV 82.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 132 72 7 0 0.45 0.95 0.48 31.2 0.9 0.27
Hex 84 48 7 0 2D 5F 30 1F 5A 1B
Octal 204 110 7 0 55 137 60 37 132 33
Binary 10000100 1001000 111 0 101101 1011111 110000 11111 1011010 11011

Color Harmonies of #844807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844807

Black with #844807

Text Example


Text Example

White with #844807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844807; }

 p { color: rgb(132,72,7); }

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

background-color css

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

 a { background-color: rgb(132,72,7); }

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

border-color css

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

 span { border-color: rgb(132,72,7); }

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