Html Css Color HEX #983121 Burnt Umber

📋 copy color: '#983121'

red 152 ◦ green 49 ◦ blue 33

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

Shades of Burnt Umber #983121

Tints of Burnt Umber #983121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.94%

 BLUE value IS 33 (13.28% from 255) = 14.1%

R = 64.96%
G = 20.94%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#983121 (or 0x983121) is known color: Burnt Umber. HEX triplet: 98, 31 and 21. RGB value is (152,49,33). Sum of RGB (Red+Green+Blue) = 152+49+33=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #983121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983121 is #67CEDE. Grayscale: #4E4E4E. Windows color (decimal): -6803167 or 2175384. OLE color: 2175384.

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

Color convert

RGB 152 49 33 -
CMYK 0 0.68 0.78 0.40
HSL 8.07º 0.64% 0.36% -
HSV(B) 8.07º 0.78% 0.6% -
XYZ 14.32 8.98 2.42 -
YUV 77.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 152 49 33 0 0.68 0.78 0.40 8.07 0.64 0.36
Hex 98 31 21 0 44 4E 28 8 40 24
Octal 230 61 41 0 104 116 50 10 100 44
Binary 10011000 110001 100001 0 1000100 1001110 101000 1000 1000000 100100

Color Harmonies of #983121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983121

Black with #983121

Text Example


Text Example

White with #983121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983121; }

 p { color: rgb(152,49,33); }

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

background-color css

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

 a { background-color: rgb(152,49,33); }

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

border-color css

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

 span { border-color: rgb(152,49,33); }

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