Html Css Color HEX #983012 Burnt Umber

📋 copy color: '#983012'

red 152 ◦ green 48 ◦ blue 18

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

Shades of Burnt Umber #983012

Tints of Burnt Umber #983012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.02%

 BLUE value IS 18 (7.42% from 255) = 8.26%

R = 69.72%
G = 22.02%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#983012 (or 0x983012) is known color: Burnt Umber. HEX triplet: 98, 30 and 12. RGB value is (152,48,18). Sum of RGB (Red+Green+Blue) = 152+48+18=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #983012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983012 is #67CFED. Grayscale: #4B4B4B. Windows color (decimal): -6803438 or 1192088. OLE color: 1192088.

HSL color Cylindrical-coordinate representation of color #983012: hue angle of 13.43º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #983012 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 18 -
CMYK 0 0.68 0.88 0.40
HSL 13.43º 0.79% 0.33% -
HSV(B) 13.43º 0.88% 0.6% -
XYZ 14.12 8.83 1.53 -
YUV 75.68 95.46 182.44 -
System Red Green Blue C M Y K H S L
Decimal 152 48 18 0 0.68 0.88 0.40 13.43 0.79 0.33
Hex 98 30 12 0 44 58 28 D 4F 21
Octal 230 60 22 0 104 130 50 15 117 41
Binary 10011000 110000 10010 0 1000100 1011000 101000 1101 1001111 100001

Color Harmonies of #983012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983012

Black with #983012

Text Example


Text Example

White with #983012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983012; }

 p { color: rgb(152,48,18); }

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

background-color css

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

 a { background-color: rgb(152,48,18); }

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

border-color css

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

 span { border-color: rgb(152,48,18); }

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