Html Css Color HEX #983122 Burnt Umber

📋 copy color: '#983122'

red 152 ◦ green 49 ◦ blue 34

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

Shades of Burnt Umber #983122

Tints of Burnt Umber #983122

RGB

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

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

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

R = 64.68%
G = 20.85%
B = 14.47%

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

#983122 (or 0x983122) is known color: Burnt Umber. HEX triplet: 98, 31 and 22. RGB value is (152,49,34). Sum of RGB (Red+Green+Blue) = 152+49+34=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #983122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983122 is #67CEDD. Grayscale: #4E4E4E. Windows color (decimal): -6803166 or 2240920. OLE color: 2240920.

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

Color convert

RGB 152 49 34 -
CMYK 0 0.68 0.78 0.40
HSL 7.63º 0.63% 0.36% -
HSV(B) 7.63º 0.78% 0.6% -
XYZ 14.34 8.99 2.49 -
YUV 78.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 152 49 34 0 0.68 0.78 0.40 7.63 0.63 0.36
Hex 98 31 22 0 44 4E 28 8 3F 24
Octal 230 61 42 0 104 116 50 10 77 44
Binary 10011000 110001 100010 0 1000100 1001110 101000 1000 111111 100100

Color Harmonies of #983122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983122

Black with #983122

Text Example


Text Example

White with #983122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983122; }

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

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

background-color css

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

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

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

border-color css

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

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

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