Html Css Color HEX #824B0C Saddle Brown

📋 copy color: '#824B0C'

red 130 ◦ green 75 ◦ blue 12

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

Shades of Saddle Brown #824B0C

Tints of Saddle Brown #824B0C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.56%

 BLUE value IS 12 (5.08% from 255) = 5.53%

R = 59.91%
G = 34.56%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#824B0C (or 0x824B0C) is known color: Saddle Brown. HEX triplet: 82, 4B and 0C. RGB value is (130,75,12). Sum of RGB (Red+Green+Blue) = 130+75+12=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #824B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824B0C is #7DB4F3. Grayscale: #545454. Windows color (decimal): -8238324 or 805762. OLE color: 805762.

HSL color Cylindrical-coordinate representation of color #824B0C: hue angle of 32.03º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #824B0C is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 75 12 -
CMYK 0 0.42 0.91 0.49
HSL 32.03º 0.83% 0.28% -
HSV(B) 32.03º 0.91% 0.51% -
XYZ 11.79 9.8 1.62 -
YUV 84.26 87.22 160.62 -
System Red Green Blue C M Y K H S L
Decimal 130 75 12 0 0.42 0.91 0.49 32.03 0.83 0.28
Hex 82 4B C 0 2A 5B 31 20 53 1C
Octal 202 113 14 0 52 133 61 40 123 34
Binary 10000010 1001011 1100 0 101010 1011011 110001 100000 1010011 11100

Color Harmonies of #824B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B0C

Black with #824B0C

Text Example


Text Example

White with #824B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824B0C; }

 p { color: rgb(130,75,12); }

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

background-color css

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

 a { background-color: rgb(130,75,12); }

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

border-color css

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

 span { border-color: rgb(130,75,12); }

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