Html Css Color HEX #844000 Saddle Brown

📋 copy color: '#844000'

red 132 ◦ green 64 ◦ blue 0

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

Shades of Saddle Brown #844000

Tints of Saddle Brown #844000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.65%

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

R = 67.35%
G = 32.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#844000 (or 0x844000) is known color: Saddle Brown. HEX triplet: 84, 40 and 00. RGB value is (132,64,0). Sum of RGB (Red+Green+Blue) = 132+64+0=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #844000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844000 is #7BBFFF. Grayscale: #4D4D4D. Windows color (decimal): -8110080 or 16516. OLE color: 16516.

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

Color convert

RGB 132 64 0 -
CMYK 0 0.52 1 0.48
HSL 29.09º 1% 0.26% -
HSV(B) 29.09º 1% 0.52% -
XYZ 11.35 8.57 1.06 -
YUV 77.04 84.53 167.2 -
System Red Green Blue C M Y K H S L
Decimal 132 64 0 0 0.52 1 0.48 29.09 1 0.26
Hex 84 40 0 0 34 64 30 1D 64 1A
Octal 204 100 0 0 64 144 60 35 144 32
Binary 10000100 1000000 0 0 110100 1100100 110000 11101 1100100 11010

Color Harmonies of #844000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844000

Black with #844000

Text Example


Text Example

White with #844000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844000; }

 p { color: rgb(132,64,0); }

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

background-color css

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

 a { background-color: rgb(132,64,0); }

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

border-color css

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

 span { border-color: rgb(132,64,0); }

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