Html Css Color HEX #832A0C Burnt Umber

📋 copy color: '#832A0C'

red 131 ◦ green 42 ◦ blue 12

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

Shades of Burnt Umber #832A0C

Tints of Burnt Umber #832A0C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.7%

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

R = 70.81%
G = 22.7%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#832A0C (or 0x832A0C) is known color: Burnt Umber. HEX triplet: 83, 2A and 0C. RGB value is (131,42,12). Sum of RGB (Red+Green+Blue) = 131+42+12=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #832A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832A0C is #7CD5F3. Grayscale: #414141. Windows color (decimal): -8181236 or 797315. OLE color: 797315.

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

Color convert

RGB 131 42 12 -
CMYK 0 0.68 0.91 0.49
HSL 15.13º 0.83% 0.28% -
HSV(B) 15.13º 0.91% 0.51% -
XYZ 10.25 6.51 1.06 -
YUV 65.19 97.99 174.94 -
System Red Green Blue C M Y K H S L
Decimal 131 42 12 0 0.68 0.91 0.49 15.13 0.83 0.28
Hex 83 2A C 0 44 5B 31 F 53 1C
Octal 203 52 14 0 104 133 61 17 123 34
Binary 10000011 101010 1100 0 1000100 1011011 110001 1111 1010011 11100

Color Harmonies of #832A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832A0C

Black with #832A0C

Text Example


Text Example

White with #832A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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