Html Css Color HEX #983318 Burnt Umber

📋 copy color: '#983318'

red 152 ◦ green 51 ◦ blue 24

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

Shades of Burnt Umber #983318

Tints of Burnt Umber #983318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.57%

R = 66.96%
G = 22.47%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#983318 (or 0x983318) is known color: Burnt Umber. HEX triplet: 98, 33 and 18. RGB value is (152,51,24). Sum of RGB (Red+Green+Blue) = 152+51+24=227 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.96% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 152 - color contains mainly: red. Hex color #983318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983318 is #67CCE7. Grayscale: #4E4E4E. Windows color (decimal): -6802664 or 1586072. OLE color: 1586072.

HSL color Cylindrical-coordinate representation of color #983318: hue angle of 12.66º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #983318 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 51 24 -
CMYK 0 0.66 0.84 0.40
HSL 12.66º 0.73% 0.35% -
HSV(B) 12.66º 0.84% 0.6% -
XYZ 14.3 9.11 1.87 -
YUV 78.12 97.46 180.7 -
System Red Green Blue C M Y K H S L
Decimal 152 51 24 0 0.66 0.84 0.40 12.66 0.73 0.35
Hex 98 33 18 0 42 54 28 D 49 23
Octal 230 63 30 0 102 124 50 15 111 43
Binary 10011000 110011 11000 0 1000010 1010100 101000 1101 1001001 100011

Color Harmonies of #983318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983318

Black with #983318

Text Example


Text Example

White with #983318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983318; }

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

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

background-color css

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

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

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

border-color css

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

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

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