Html Css Color HEX #824907 Saddle Brown

📋 copy color: '#824907'

red 130 ◦ green 73 ◦ blue 7

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

Shades of Saddle Brown #824907

Tints of Saddle Brown #824907

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.76%

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

R = 61.9%
G = 34.76%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#824907 (or 0x824907) is known color: Saddle Brown. HEX triplet: 82, 49 and 07. RGB value is (130,73,7). Sum of RGB (Red+Green+Blue) = 130+73+7=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #824907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824907 is #7DB6F8. Grayscale: #525252. Windows color (decimal): -8238841 or 477570. OLE color: 477570.

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

Color convert

RGB 130 73 7 -
CMYK 0 0.44 0.95 0.49
HSL 32.2º 0.9% 0.27% -
HSV(B) 32.2º 0.95% 0.51% -
XYZ 11.63 9.53 1.43 -
YUV 82.52 85.38 161.87 -
System Red Green Blue C M Y K H S L
Decimal 130 73 7 0 0.44 0.95 0.49 32.2 0.9 0.27
Hex 82 49 7 0 2C 5F 31 20 5A 1B
Octal 202 111 7 0 54 137 61 40 132 33
Binary 10000010 1001001 111 0 101100 1011111 110001 100000 1011010 11011

Color Harmonies of #824907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824907

Black with #824907

Text Example


Text Example

White with #824907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824907; }

 p { color: rgb(130,73,7); }

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

background-color css

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

 a { background-color: rgb(130,73,7); }

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

border-color css

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

 span { border-color: rgb(130,73,7); }

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