Html Css Color HEX #983310 Burnt Umber

📋 copy color: '#983310'

red 152 ◦ green 51 ◦ blue 16

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

Shades of Burnt Umber #983310

Tints of Burnt Umber #983310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.31%

R = 69.41%
G = 23.29%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#983310 (or 0x983310) is known color: Burnt Umber. HEX triplet: 98, 33 and 10. RGB value is (152,51,16). Sum of RGB (Red+Green+Blue) = 152+51+16=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #983310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983310 is #67CCEF. Grayscale: #4D4D4D. Windows color (decimal): -6802672 or 1061784. OLE color: 1061784.

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

Color convert

RGB 152 51 16 -
CMYK 0 0.66 0.89 0.40
HSL 15.44º 0.81% 0.33% -
HSV(B) 15.44º 0.89% 0.6% -
XYZ 14.23 9.08 1.49 -
YUV 77.21 93.46 181.35 -
System Red Green Blue C M Y K H S L
Decimal 152 51 16 0 0.66 0.89 0.40 15.44 0.81 0.33
Hex 98 33 10 0 42 59 28 F 51 21
Octal 230 63 20 0 102 131 50 17 121 41
Binary 10011000 110011 10000 0 1000010 1011001 101000 1111 1010001 100001

Color Harmonies of #983310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983310

Black with #983310

Text Example


Text Example

White with #983310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983310; }

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

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

background-color css

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

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

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

border-color css

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

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

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