Html Css Color HEX #824504 Saddle Brown

📋 copy color: '#824504'

red 130 ◦ green 69 ◦ blue 4

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

Shades of Saddle Brown #824504

Tints of Saddle Brown #824504

RGB

 RED value IS 130 (51.17% from 255) = 64.04%

 GREEN value IS 69 (27.34% from 255) = 33.99%

 BLUE value IS 4 (1.95% from 255) = 1.97%

R = 64.04%
G = 33.99%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#824504 (or 0x824504) is known color: Saddle Brown. HEX triplet: 82, 45 and 04. RGB value is (130,69,4). Sum of RGB (Red+Green+Blue) = 130+69+4=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #824504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824504 is #7DBAFB. Grayscale: #505050. Windows color (decimal): -8239868 or 279938. OLE color: 279938.

HSL color Cylindrical-coordinate representation of color #824504: hue angle of 30.95º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #824504 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 69 4 -
CMYK 0 0.47 0.97 0.49
HSL 30.95º 0.94% 0.26% -
HSV(B) 30.95º 0.97% 0.51% -
XYZ 11.36 9.01 1.26 -
YUV 79.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 130 69 4 0 0.47 0.97 0.49 30.95 0.94 0.26
Hex 82 45 4 0 2F 61 31 1F 5E 1A
Octal 202 105 4 0 57 141 61 37 136 32
Binary 10000010 1000101 100 0 101111 1100001 110001 11111 1011110 11010

Color Harmonies of #824504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824504

Black with #824504

Text Example


Text Example

White with #824504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824504; }

 p { color: rgb(130,69,4); }

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

background-color css

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

 a { background-color: rgb(130,69,4); }

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

border-color css

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

 span { border-color: rgb(130,69,4); }

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