Html Css Color HEX #8A2F10 Burnt Umber

📋 copy color: '#8A2F10'

red 138 ◦ green 47 ◦ blue 16

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

Shades of Burnt Umber #8A2F10

Tints of Burnt Umber #8A2F10

RGB

 RED value IS 138 (54.3% from 255) = 68.66%

 GREEN value IS 47 (18.75% from 255) = 23.38%

 BLUE value IS 16 (6.64% from 255) = 7.96%

R = 68.66%
G = 23.38%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#8A2F10 (or 0x8A2F10) is known color: Burnt Umber. HEX triplet: 8A, 2F and 10. RGB value is (138,47,16). Sum of RGB (Red+Green+Blue) = 138+47+16=201 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.66% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2F10 is #75D0EF. Grayscale: #464646. Windows color (decimal): -7721200 or 1060746. OLE color: 1060746.

HSL color Cylindrical-coordinate representation of color #8A2F10: hue angle of 15.25º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A2F10 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 47 16 -
CMYK 0 0.66 0.88 0.46
HSL 15.25º 0.79% 0.3% -
HSV(B) 15.25º 0.88% 0.54% -
XYZ 11.59 7.47 1.32 -
YUV 70.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 138 47 16 0 0.66 0.88 0.46 15.25 0.79 0.3
Hex 8A 2F 10 0 42 58 2E F 4F 1E
Octal 212 57 20 0 102 130 56 17 117 36
Binary 10001010 101111 10000 0 1000010 1011000 101110 1111 1001111 11110

Color Harmonies of #8A2F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2F10

Black with #8A2F10

Text Example


Text Example

White with #8A2F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A2F10; }

 p { color: rgb(138,47,16); }

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

background-color css

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

 a { background-color: rgb(138,47,16); }

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

border-color css

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

 span { border-color: rgb(138,47,16); }

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