Html Css Color HEX #84381C Burnt Umber

📋 copy color: '#84381C'

red 132 ◦ green 56 ◦ blue 28

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

Shades of Burnt Umber #84381C

Tints of Burnt Umber #84381C

RGB

 RED value IS 132 (51.95% from 255) = 61.11%

 GREEN value IS 56 (22.27% from 255) = 25.93%

 BLUE value IS 28 (11.33% from 255) = 12.96%

R = 61.11%
G = 25.93%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#84381C (or 0x84381C) is known color: Burnt Umber. HEX triplet: 84, 38 and 1C. RGB value is (132,56,28). Sum of RGB (Red+Green+Blue) = 132+56+28=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #84381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84381C is #7BC7E3. Grayscale: #4B4B4B. Windows color (decimal): -8112100 or 1849476. OLE color: 1849476.

HSL color Cylindrical-coordinate representation of color #84381C: hue angle of 16.15º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84381C is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 56 28 -
CMYK 0 0.58 0.79 0.48
HSL 16.15º 0.65% 0.31% -
HSV(B) 16.15º 0.79% 0.52% -
XYZ 11.14 7.82 2.02 -
YUV 75.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 132 56 28 0 0.58 0.79 0.48 16.15 0.65 0.31
Hex 84 38 1C 0 3A 4F 30 10 41 1F
Octal 204 70 34 0 72 117 60 20 101 37
Binary 10000100 111000 11100 0 111010 1001111 110000 10000 1000001 11111

Color Harmonies of #84381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84381C

Black with #84381C

Text Example


Text Example

White with #84381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84381C; }

 p { color: rgb(132,56,28); }

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

background-color css

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

 a { background-color: rgb(132,56,28); }

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

border-color css

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

 span { border-color: rgb(132,56,28); }

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