Html Css Color HEX #97341C Burnt Umber

📋 copy color: '#97341C'

red 151 ◦ green 52 ◦ blue 28

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

Shades of Burnt Umber #97341C

Tints of Burnt Umber #97341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

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

R = 65.37%
G = 22.51%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#97341C (or 0x97341C) is known color: Burnt Umber. HEX triplet: 97, 34 and 1C. RGB value is (151,52,28). Sum of RGB (Red+Green+Blue) = 151+52+28=231 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.37% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 151 - color contains mainly: red. Hex color #97341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97341C is #68CBE3. Grayscale: #4F4F4F. Windows color (decimal): -6867940 or 1848471. OLE color: 1848471.

HSL color Cylindrical-coordinate representation of color #97341C: hue angle of 11.71º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97341C is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 52 28 -
CMYK 0 0.66 0.81 0.41
HSL 11.71º 0.69% 0.35% -
HSV(B) 11.71º 0.81% 0.59% -
XYZ 14.2 9.12 2.11 -
YUV 78.87 99.3 179.45 -
System Red Green Blue C M Y K H S L
Decimal 151 52 28 0 0.66 0.81 0.41 11.71 0.69 0.35
Hex 97 34 1C 0 42 51 29 C 45 23
Octal 227 64 34 0 102 121 51 14 105 43
Binary 10010111 110100 11100 0 1000010 1010001 101001 1100 1000101 100011

Color Harmonies of #97341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97341C

Black with #97341C

Text Example


Text Example

White with #97341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,52,28); }

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

background-color css

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

 a { background-color: rgb(151,52,28); }

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

border-color css

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

 span { border-color: rgb(151,52,28); }

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