Html Css Color HEX #833012 Burnt Umber

📋 copy color: '#833012'

red 131 ◦ green 48 ◦ blue 18

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

Shades of Burnt Umber #833012

Tints of Burnt Umber #833012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.37%

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

R = 66.5%
G = 24.37%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#833012 (or 0x833012) is known color: Burnt Umber. HEX triplet: 83, 30 and 12. RGB value is (131,48,18). Sum of RGB (Red+Green+Blue) = 131+48+18=197 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.50% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 131 - color contains mainly: red. Hex color #833012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833012 is #7CCFED. Grayscale: #454545. Windows color (decimal): -8179694 or 1192067. OLE color: 1192067.

HSL color Cylindrical-coordinate representation of color #833012: hue angle of 15.93º 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 #833012 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 48 18 -
CMYK 0 0.63 0.86 0.49
HSL 15.93º 0.76% 0.29% -
HSV(B) 15.93º 0.86% 0.51% -
XYZ 10.53 6.98 1.37 -
YUV 69.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 131 48 18 0 0.63 0.86 0.49 15.93 0.76 0.29
Hex 83 30 12 0 3F 56 31 10 4C 1D
Octal 203 60 22 0 77 126 61 20 114 35
Binary 10000011 110000 10010 0 111111 1010110 110001 10000 1001100 11101

Color Harmonies of #833012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833012

Black with #833012

Text Example


Text Example

White with #833012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833012; }

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

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

background-color css

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

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

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

border-color css

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

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

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