Html Css Color HEX #832F0C Saddle Brown

📋 copy color: '#832F0C'

red 131 ◦ green 47 ◦ blue 12

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

Shades of Saddle Brown #832F0C

Tints of Saddle Brown #832F0C

RGB

 RED value IS 131 (51.56% from 255) = 68.95%

 GREEN value IS 47 (18.75% from 255) = 24.74%

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

R = 68.95%
G = 24.74%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#832F0C (or 0x832F0C) is known color: Saddle Brown. HEX triplet: 83, 2F and 0C. RGB value is (131,47,12). Sum of RGB (Red+Green+Blue) = 131+47+12=190 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.95% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 131 - color contains mainly: red. Hex color #832F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832F0C is #7CD0F3. Grayscale: #444444. Windows color (decimal): -8179956 or 798595. OLE color: 798595.

HSL color Cylindrical-coordinate representation of color #832F0C: hue angle of 17.65º 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 #832F0C is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 47 12 -
CMYK 0 0.64 0.91 0.49
HSL 17.65º 0.83% 0.28% -
HSV(B) 17.65º 0.91% 0.51% -
XYZ 10.44 6.88 1.13 -
YUV 68.13 96.33 172.85 -
System Red Green Blue C M Y K H S L
Decimal 131 47 12 0 0.64 0.91 0.49 17.65 0.83 0.28
Hex 83 2F C 0 40 5B 31 12 53 1C
Octal 203 57 14 0 100 133 61 22 123 34
Binary 10000011 101111 1100 0 1000000 1011011 110001 10010 1010011 11100

Color Harmonies of #832F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832F0C

Black with #832F0C

Text Example


Text Example

White with #832F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832F0C; }

 p { color: rgb(131,47,12); }

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

background-color css

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

 a { background-color: rgb(131,47,12); }

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

border-color css

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

 span { border-color: rgb(131,47,12); }

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