Html Css Color HEX #983614 Burnt Umber

📋 copy color: '#983614'

red 152 ◦ green 54 ◦ blue 20

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

Shades of Burnt Umber #983614

Tints of Burnt Umber #983614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.89%

 BLUE value IS 20 (8.2% from 255) = 8.85%

R = 67.26%
G = 23.89%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#983614 (or 0x983614) is known color: Burnt Umber. HEX triplet: 98, 36 and 14. RGB value is (152,54,20). Sum of RGB (Red+Green+Blue) = 152+54+20=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #983614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983614 is #67C9EB. Grayscale: #4F4F4F. Windows color (decimal): -6801900 or 1324696. OLE color: 1324696.

HSL color Cylindrical-coordinate representation of color #983614: hue angle of 15.45º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #983614 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 54 20 -
CMYK 0 0.64 0.87 0.40
HSL 15.45º 0.77% 0.34% -
HSV(B) 15.45º 0.87% 0.6% -
XYZ 14.39 9.36 1.71 -
YUV 79.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 152 54 20 0 0.64 0.87 0.40 15.45 0.77 0.34
Hex 98 36 14 0 40 57 28 F 4D 22
Octal 230 66 24 0 100 127 50 17 115 42
Binary 10011000 110110 10100 0 1000000 1010111 101000 1111 1001101 100010

Color Harmonies of #983614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983614

Black with #983614

Text Example


Text Example

White with #983614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983614; }

 p { color: rgb(152,54,20); }

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

background-color css

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

 a { background-color: rgb(152,54,20); }

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

border-color css

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

 span { border-color: rgb(152,54,20); }

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