Html Css Color HEX #982808 Burnt Umber

📋 copy color: '#982808'

red 152 ◦ green 40 ◦ blue 8

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

Shades of Burnt Umber #982808

Tints of Burnt Umber #982808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4%

R = 76%
G = 20%
B = 4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#982808 (or 0x982808) is known color: Burnt Umber. HEX triplet: 98, 28 and 08. RGB value is (152,40,8). Sum of RGB (Red+Green+Blue) = 152+40+8=200 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 152 - color contains mainly: red. Hex color #982808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982808 is #67D7F7. Grayscale: #464646. Windows color (decimal): -6805496 or 534680. OLE color: 534680.

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

Color convert

RGB 152 40 8 -
CMYK 0 0.74 0.95 0.40
HSL 13.33º 0.9% 0.31% -
HSV(B) 13.33º 0.95% 0.6% -
XYZ 13.75 8.21 1.09 -
YUV 69.84 93.11 186.6 -
System Red Green Blue C M Y K H S L
Decimal 152 40 8 0 0.74 0.95 0.40 13.33 0.9 0.31
Hex 98 28 8 0 4A 5F 28 D 5A 1F
Octal 230 50 10 0 112 137 50 15 132 37
Binary 10011000 101000 1000 0 1001010 1011111 101000 1101 1011010 11111

Color Harmonies of #982808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982808

Black with #982808

Text Example


Text Example

White with #982808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982808; }

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

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

background-color css

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

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

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

border-color css

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

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

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