Html Css Color HEX #983022 Burnt Umber

📋 copy color: '#983022'

red 152 ◦ green 48 ◦ blue 34

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

Shades of Burnt Umber #983022

Tints of Burnt Umber #983022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.53%

R = 64.96%
G = 20.51%
B = 14.53%

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

#983022 (or 0x983022) is known color: Burnt Umber. HEX triplet: 98, 30 and 22. RGB value is (152,48,34). Sum of RGB (Red+Green+Blue) = 152+48+34=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #983022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983022 is #67CFDD. Grayscale: #4D4D4D. Windows color (decimal): -6803422 or 2240664. OLE color: 2240664.

HSL color Cylindrical-coordinate representation of color #983022: hue angle of 7.12º degrees, saturation: 0.63, 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 #983022 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 34 -
CMYK 0 0.68 0.78 0.40
HSL 7.12º 0.63% 0.36% -
HSV(B) 7.12º 0.78% 0.6% -
XYZ 14.29 8.9 2.48 -
YUV 77.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 152 48 34 0 0.68 0.78 0.40 7.12 0.63 0.36
Hex 98 30 22 0 44 4E 28 7 3F 24
Octal 230 60 42 0 104 116 50 7 77 44
Binary 10011000 110000 100010 0 1000100 1001110 101000 111 111111 100100

Color Harmonies of #983022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983022

Black with #983022

Text Example


Text Example

White with #983022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983022; }

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

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

background-color css

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

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

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

border-color css

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

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

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