Html Css Color HEX #983220 Burnt Umber

📋 copy color: '#983220'

red 152 ◦ green 50 ◦ blue 32

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

Shades of Burnt Umber #983220

Tints of Burnt Umber #983220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

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

R = 64.96%
G = 21.37%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#983220 (or 0x983220) is known color: Burnt Umber. HEX triplet: 98, 32 and 20. RGB value is (152,50,32). Sum of RGB (Red+Green+Blue) = 152+50+32=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #983220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983220 is #67CDDF. Grayscale: #4E4E4E. Windows color (decimal): -6802912 or 2110104. OLE color: 2110104.

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

Color convert

RGB 152 50 32 -
CMYK 0 0.67 0.79 0.40
HSL 0.65% 0.36% -
HSV(B) 0.79% 0.6% -
XYZ 14.35 9.06 2.36 -
YUV 78.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 152 50 32 0 0.67 0.79 0.40 9 0.65 0.36
Hex 98 32 20 0 43 4F 28 9 41 24
Octal 230 62 40 0 103 117 50 11 101 44
Binary 10011000 110010 100000 0 1000011 1001111 101000 1001 1000001 100100

Color Harmonies of #983220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983220

Black with #983220

Text Example


Text Example

White with #983220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983220; }

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

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

background-color css

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

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

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

border-color css

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

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

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