Html Css Color HEX #84271A Burnt Umber

📋 copy color: '#84271A'

red 132 ◦ green 39 ◦ blue 26

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

Shades of Burnt Umber #84271A

Tints of Burnt Umber #84271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.8%

 BLUE value IS 26 (10.55% from 255) = 13.2%

R = 67.01%
G = 19.8%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#84271A (or 0x84271A) is known color: Burnt Umber. HEX triplet: 84, 27 and 1A. RGB value is (132,39,26). Sum of RGB (Red+Green+Blue) = 132+39+26=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #84271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84271A is #7BD8E5. Grayscale: #414141. Windows color (decimal): -8116454 or 1714052. OLE color: 1714052.

HSL color Cylindrical-coordinate representation of color #84271A: hue angle of 7.36º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84271A is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 39 26 -
CMYK 0 0.70 0.80 0.48
HSL 7.36º 0.67% 0.31% -
HSV(B) 7.36º 0.8% 0.52% -
XYZ 10.43 6.43 1.67 -
YUV 65.33 105.81 175.56 -
System Red Green Blue C M Y K H S L
Decimal 132 39 26 0 0.70 0.80 0.48 7.36 0.67 0.31
Hex 84 27 1A 0 46 50 30 7 43 1F
Octal 204 47 32 0 106 120 60 7 103 37
Binary 10000100 100111 11010 0 1000110 1010000 110000 111 1000011 11111

Color Harmonies of #84271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84271A

Black with #84271A

Text Example


Text Example

White with #84271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84271A; }

 p { color: rgb(132,39,26); }

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

background-color css

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

 a { background-color: rgb(132,39,26); }

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

border-color css

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

 span { border-color: rgb(132,39,26); }

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