Html Css Color HEX #982805 Burnt Umber

📋 copy color: '#982805'

red 152 ◦ green 40 ◦ blue 5

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

Shades of Burnt Umber #982805

Tints of Burnt Umber #982805

RGB

 RED value IS 152 (59.77% from 255) = 77.16%

 GREEN value IS 40 (16.02% from 255) = 20.3%

 BLUE value IS 5 (2.34% from 255) = 2.54%

R = 77.16%
G = 20.3%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#982805 (or 0x982805) is known color: Burnt Umber. HEX triplet: 98, 28 and 05. RGB value is (152,40,5). Sum of RGB (Red+Green+Blue) = 152+40+5=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #982805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982805 is #67D7FA. Grayscale: #454545. Windows color (decimal): -6805499 or 338072. OLE color: 338072.

HSL color Cylindrical-coordinate representation of color #982805: hue angle of 14.29º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #982805 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 40 5 -
CMYK 0 0.74 0.97 0.40
HSL 14.29º 0.94% 0.31% -
HSV(B) 14.29º 0.97% 0.6% -
XYZ 13.74 8.2 1 -
YUV 69.5 91.61 186.85 -
System Red Green Blue C M Y K H S L
Decimal 152 40 5 0 0.74 0.97 0.40 14.29 0.94 0.31
Hex 98 28 5 0 4A 61 28 E 5E 1F
Octal 230 50 5 0 112 141 50 16 136 37
Binary 10011000 101000 101 0 1001010 1100001 101000 1110 1011110 11111

Color Harmonies of #982805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982805

Black with #982805

Text Example


Text Example

White with #982805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982805; }

 p { color: rgb(152,40,5); }

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

background-color css

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

 a { background-color: rgb(152,40,5); }

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

border-color css

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

 span { border-color: rgb(152,40,5); }

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