Html Css Color HEX #824305 Saddle Brown

📋 copy color: '#824305'

red 130 ◦ green 67 ◦ blue 5

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

Shades of Saddle Brown #824305

Tints of Saddle Brown #824305

RGB

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

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

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

R = 64.36%
G = 33.17%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#824305 (or 0x824305) is known color: Saddle Brown. HEX triplet: 82, 43 and 05. RGB value is (130,67,5). Sum of RGB (Red+Green+Blue) = 130+67+5=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #824305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824305 is #7DBCFA. Grayscale: #4F4F4F. Windows color (decimal): -8240379 or 344962. OLE color: 344962.

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

Color convert

RGB 130 67 5 -
CMYK 0 0.48 0.96 0.49
HSL 29.76º 0.93% 0.26% -
HSV(B) 29.76º 0.96% 0.51% -
XYZ 11.24 8.77 1.24 -
YUV 78.77 86.37 164.54 -
System Red Green Blue C M Y K H S L
Decimal 130 67 5 0 0.48 0.96 0.49 29.76 0.93 0.26
Hex 82 43 5 0 30 60 31 1E 5D 1A
Octal 202 103 5 0 60 140 61 36 135 32
Binary 10000010 1000011 101 0 110000 1100000 110001 11110 1011101 11010

Color Harmonies of #824305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824305

Black with #824305

Text Example


Text Example

White with #824305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824305; }

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

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

background-color css

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

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

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

border-color css

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

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

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