Html Css Color HEX #98280D Burnt Umber

📋 copy color: '#98280D'

red 152 ◦ green 40 ◦ blue 13

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

Shades of Burnt Umber #98280D

Tints of Burnt Umber #98280D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.34%

R = 74.15%
G = 19.51%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98280D (or 0x98280D) is known color: Burnt Umber. HEX triplet: 98, 28 and 0D. RGB value is (152,40,13). Sum of RGB (Red+Green+Blue) = 152+40+13=205 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.15% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 152 - color contains mainly: red. Hex color #98280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98280D is #67D7F2. Grayscale: #464646. Windows color (decimal): -6805491 or 862360. OLE color: 862360.

HSL color Cylindrical-coordinate representation of color #98280D: hue angle of 11.65º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98280D is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 40 13 -
CMYK 0 0.74 0.91 0.40
HSL 11.65º 0.84% 0.32% -
HSV(B) 11.65º 0.91% 0.6% -
XYZ 13.78 8.22 1.24 -
YUV 70.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 152 40 13 0 0.74 0.91 0.40 11.65 0.84 0.32
Hex 98 28 D 0 4A 5B 28 C 54 20
Octal 230 50 15 0 112 133 50 14 124 40
Binary 10011000 101000 1101 0 1001010 1011011 101000 1100 1010100 100000

Color Harmonies of #98280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98280D

Black with #98280D

Text Example


Text Example

White with #98280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98280D; }

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

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

background-color css

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

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

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

border-color css

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

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

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