Html Css Color HEX #832C12 Burnt Umber

📋 copy color: '#832C12'

red 131 ◦ green 44 ◦ blue 18

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

Shades of Burnt Umber #832C12

Tints of Burnt Umber #832C12

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.8%

 BLUE value IS 18 (7.42% from 255) = 9.33%

R = 67.88%
G = 22.8%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#832C12 (or 0x832C12) is known color: Burnt Umber. HEX triplet: 83, 2C and 12. RGB value is (131,44,18). Sum of RGB (Red+Green+Blue) = 131+44+18=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #832C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832C12 is #7CD3ED. Grayscale: #434343. Windows color (decimal): -8180718 or 1191043. OLE color: 1191043.

HSL color Cylindrical-coordinate representation of color #832C12: hue angle of 13.81º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #832C12 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 44 18 -
CMYK 0 0.66 0.86 0.49
HSL 13.81º 0.76% 0.29% -
HSV(B) 13.81º 0.86% 0.51% -
XYZ 10.37 6.67 1.31 -
YUV 67.05 100.32 173.61 -
System Red Green Blue C M Y K H S L
Decimal 131 44 18 0 0.66 0.86 0.49 13.81 0.76 0.29
Hex 83 2C 12 0 42 56 31 E 4C 1D
Octal 203 54 22 0 102 126 61 16 114 35
Binary 10000011 101100 10010 0 1000010 1010110 110001 1110 1001100 11101

Color Harmonies of #832C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832C12

Black with #832C12

Text Example


Text Example

White with #832C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,44,18); }

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

background-color css

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

 a { background-color: rgb(131,44,18); }

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

border-color css

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

 span { border-color: rgb(131,44,18); }

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