Html Css Color HEX #98280C Burnt Umber

📋 copy color: '#98280C'

red 152 ◦ green 40 ◦ blue 12

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

Shades of Burnt Umber #98280C

Tints of Burnt Umber #98280C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.88%

R = 74.51%
G = 19.61%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98280C (or 0x98280C) is known color: Burnt Umber. HEX triplet: 98, 28 and 0C. RGB value is (152,40,12). Sum of RGB (Red+Green+Blue) = 152+40+12=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #98280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98280C is #67D7F3. Grayscale: #464646. Windows color (decimal): -6805492 or 796824. OLE color: 796824.

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

Color convert

RGB 152 40 12 -
CMYK 0 0.74 0.92 0.40
HSL 12º 0.85% 0.32% -
HSV(B) 12º 0.92% 0.6% -
XYZ 13.77 8.22 1.21 -
YUV 70.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 152 40 12 0 0.74 0.92 0.40 12 0.85 0.32
Hex 98 28 C 0 4A 5C 28 C 55 20
Octal 230 50 14 0 112 134 50 14 125 40
Binary 10011000 101000 1100 0 1001010 1011100 101000 1100 1010101 100000

Color Harmonies of #98280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98280C

Black with #98280C

Text Example


Text Example

White with #98280C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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