Html Css Color HEX #97270B Burnt Umber

📋 copy color: '#97270B'

red 151 ◦ green 39 ◦ blue 11

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

Shades of Burnt Umber #97270B

Tints of Burnt Umber #97270B

RGB

 RED value IS 151 (59.38% from 255) = 75.12%

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

 BLUE value IS 11 (4.69% from 255) = 5.47%

R = 75.12%
G = 19.4%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97270B (or 0x97270B) is known color: Burnt Umber. HEX triplet: 97, 27 and 0B. RGB value is (151,39,11). Sum of RGB (Red+Green+Blue) = 151+39+11=201 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.12% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 151 - color contains mainly: red. Hex color #97270B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97270B is #68D8F4. Grayscale: #454545. Windows color (decimal): -6871285 or 731031. OLE color: 731031.

HSL color Cylindrical-coordinate representation of color #97270B: hue angle of 12º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97270B is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 39 11 -
CMYK 0 0.74 0.93 0.41
HSL 12º 0.86% 0.32% -
HSV(B) 12º 0.93% 0.59% -
XYZ 13.55 8.05 1.16 -
YUV 69.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 151 39 11 0 0.74 0.93 0.41 12 0.86 0.32
Hex 97 27 B 0 4A 5D 29 C 56 20
Octal 227 47 13 0 112 135 51 14 126 40
Binary 10010111 100111 1011 0 1001010 1011101 101001 1100 1010110 100000

Color Harmonies of #97270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97270B

Black with #97270B

Text Example


Text Example

White with #97270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97270B; }

 p { color: rgb(151,39,11); }

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

background-color css

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

 a { background-color: rgb(151,39,11); }

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

border-color css

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

 span { border-color: rgb(151,39,11); }

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