Html Css Color HEX #844300 Saddle Brown

📋 copy color: '#844300'

red 132 ◦ green 67 ◦ blue 0

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

Shades of Saddle Brown #844300

Tints of Saddle Brown #844300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.67%

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

R = 66.33%
G = 33.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#844300 (or 0x844300) is known color: Saddle Brown. HEX triplet: 84, 43 and 00. RGB value is (132,67,0). Sum of RGB (Red+Green+Blue) = 132+67+0=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #844300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844300 is #7BBCFF. Grayscale: #4F4F4F. Windows color (decimal): -8109312 or 17284. OLE color: 17284.

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

Color convert

RGB 132 67 0 -
CMYK 0 0.49 1 0.48
HSL 30.45º 1% 0.26% -
HSV(B) 30.45º 1% 0.52% -
XYZ 11.52 8.92 1.11 -
YUV 78.8 83.53 165.95 -
System Red Green Blue C M Y K H S L
Decimal 132 67 0 0 0.49 1 0.48 30.45 1 0.26
Hex 84 43 0 0 31 64 30 1E 64 1A
Octal 204 103 0 0 61 144 60 36 144 32
Binary 10000100 1000011 0 0 110001 1100100 110000 11110 1100100 11010

Color Harmonies of #844300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844300

Black with #844300

Text Example


Text Example

White with #844300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844300; }

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

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

background-color css

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

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

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

border-color css

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

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

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