Html Css Color HEX #983320 Burnt Umber

📋 copy color: '#983320'

red 152 ◦ green 51 ◦ blue 32

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

Shades of Burnt Umber #983320

Tints of Burnt Umber #983320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.7%

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

R = 64.68%
G = 21.7%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#983320 (or 0x983320) is known color: Burnt Umber. HEX triplet: 98, 33 and 20. RGB value is (152,51,32). Sum of RGB (Red+Green+Blue) = 152+51+32=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #983320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983320 is #67CCDF. Grayscale: #4F4F4F. Windows color (decimal): -6802656 or 2110360. OLE color: 2110360.

HSL color Cylindrical-coordinate representation of color #983320: hue angle of 9.5º 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 #983320 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 51 32 -
CMYK 0 0.66 0.79 0.40
HSL 9.5º 0.65% 0.36% -
HSV(B) 9.5º 0.79% 0.6% -
XYZ 14.39 9.15 2.37 -
YUV 79.03 101.46 180.04 -
System Red Green Blue C M Y K H S L
Decimal 152 51 32 0 0.66 0.79 0.40 9.5 0.65 0.36
Hex 98 33 20 0 42 4F 28 A 41 24
Octal 230 63 40 0 102 117 50 12 101 44
Binary 10011000 110011 100000 0 1000010 1001111 101000 1010 1000001 100100

Color Harmonies of #983320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983320

Black with #983320

Text Example


Text Example

White with #983320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983320; }

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

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

background-color css

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

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

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

border-color css

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

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

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