Html Css Color HEX #983020 Burnt Umber

📋 copy color: '#983020'

red 152 ◦ green 48 ◦ blue 32

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

Shades of Burnt Umber #983020

Tints of Burnt Umber #983020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.79%

R = 65.52%
G = 20.69%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#983020 (or 0x983020) is known color: Burnt Umber. HEX triplet: 98, 30 and 20. RGB value is (152,48,32). Sum of RGB (Red+Green+Blue) = 152+48+32=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #983020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983020 is #67CFDF. Grayscale: #4D4D4D. Windows color (decimal): -6803424 or 2109592. OLE color: 2109592.

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

Color convert

RGB 152 48 32 -
CMYK 0 0.68 0.79 0.40
HSL 0.65% 0.36% -
HSV(B) 0.79% 0.6% -
XYZ 14.27 8.89 2.33 -
YUV 77.27 102.46 181.3 -
System Red Green Blue C M Y K H S L
Decimal 152 48 32 0 0.68 0.79 0.40 8 0.65 0.36
Hex 98 30 20 0 44 4F 28 8 41 24
Octal 230 60 40 0 104 117 50 10 101 44
Binary 10011000 110000 100000 0 1000100 1001111 101000 1000 1000001 100100

Color Harmonies of #983020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983020

Black with #983020

Text Example


Text Example

White with #983020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983020; }

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

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

background-color css

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

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

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

border-color css

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

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

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