Html Css Color HEX #844305 Saddle Brown

📋 copy color: '#844305'

red 132 ◦ green 67 ◦ blue 5

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

Shades of Saddle Brown #844305

Tints of Saddle Brown #844305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.45%

R = 64.71%
G = 32.84%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#844305 (or 0x844305) is known color: Saddle Brown. HEX triplet: 84, 43 and 05. RGB value is (132,67,5). Sum of RGB (Red+Green+Blue) = 132+67+5=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #844305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844305 is #7BBCFA. Grayscale: #4F4F4F. Windows color (decimal): -8109307 or 344964. OLE color: 344964.

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

Color convert

RGB 132 67 5 -
CMYK 0 0.49 0.96 0.48
HSL 29.29º 0.93% 0.27% -
HSV(B) 29.29º 0.96% 0.52% -
XYZ 11.55 8.93 1.26 -
YUV 79.37 86.03 165.54 -
System Red Green Blue C M Y K H S L
Decimal 132 67 5 0 0.49 0.96 0.48 29.29 0.93 0.27
Hex 84 43 5 0 31 60 30 1D 5D 1B
Octal 204 103 5 0 61 140 60 35 135 33
Binary 10000100 1000011 101 0 110001 1100000 110000 11101 1011101 11011

Color Harmonies of #844305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844305

Black with #844305

Text Example


Text Example

White with #844305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844305; }

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

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

background-color css

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

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

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

border-color css

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

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

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