Html Css Color HEX #982F1B Burnt Umber

📋 copy color: '#982F1B'

red 152 ◦ green 47 ◦ blue 27

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

Shades of Burnt Umber #982F1B

Tints of Burnt Umber #982F1B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.8%

 BLUE value IS 27 (10.94% from 255) = 11.95%

R = 67.26%
G = 20.8%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#982F1B (or 0x982F1B) is known color: Burnt Umber. HEX triplet: 98, 2F and 1B. RGB value is (152,47,27). Sum of RGB (Red+Green+Blue) = 152+47+27=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #982F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982F1B is #67D0E4. Grayscale: #4C4C4C. Windows color (decimal): -6803685 or 1781656. OLE color: 1781656.

HSL color Cylindrical-coordinate representation of color #982F1B: hue angle of 9.6º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #982F1B is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 47 27 -
CMYK 0 0.69 0.82 0.40
HSL 9.6º 0.7% 0.35% -
HSV(B) 9.6º 0.82% 0.6% -
XYZ 14.16 8.79 1.99 -
YUV 76.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 152 47 27 0 0.69 0.82 0.40 9.6 0.7 0.35
Hex 98 2F 1B 0 45 52 28 A 46 23
Octal 230 57 33 0 105 122 50 12 106 43
Binary 10011000 101111 11011 0 1000101 1010010 101000 1010 1000110 100011

Color Harmonies of #982F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982F1B

Black with #982F1B

Text Example


Text Example

White with #982F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982F1B; }

 p { color: rgb(152,47,27); }

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

background-color css

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

 a { background-color: rgb(152,47,27); }

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

border-color css

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

 span { border-color: rgb(152,47,27); }

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