Html Css Color HEX #824306 Saddle Brown

📋 copy color: '#824306'

red 130 ◦ green 67 ◦ blue 6

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

Shades of Saddle Brown #824306

Tints of Saddle Brown #824306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.96%

R = 64.04%
G = 33%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#824306 (or 0x824306) is known color: Saddle Brown. HEX triplet: 82, 43 and 06. RGB value is (130,67,6). Sum of RGB (Red+Green+Blue) = 130+67+6=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #824306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824306 is #7DBCF9. Grayscale: #4F4F4F. Windows color (decimal): -8240378 or 410498. OLE color: 410498.

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

Color convert

RGB 130 67 6 -
CMYK 0 0.48 0.95 0.49
HSL 29.52º 0.91% 0.27% -
HSV(B) 29.52º 0.95% 0.51% -
XYZ 11.25 8.77 1.27 -
YUV 78.88 86.87 164.46 -
System Red Green Blue C M Y K H S L
Decimal 130 67 6 0 0.48 0.95 0.49 29.52 0.91 0.27
Hex 82 43 6 0 30 5F 31 1E 5B 1B
Octal 202 103 6 0 60 137 61 36 133 33
Binary 10000010 1000011 110 0 110000 1011111 110001 11110 1011011 11011

Color Harmonies of #824306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824306

Black with #824306

Text Example


Text Example

White with #824306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824306; }

 p { color: rgb(130,67,6); }

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

background-color css

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

 a { background-color: rgb(130,67,6); }

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

border-color css

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

 span { border-color: rgb(130,67,6); }

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