Html Css Color HEX #982B08 Burnt Umber

📋 copy color: '#982B08'

red 152 ◦ green 43 ◦ blue 8

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

Shades of Burnt Umber #982B08

Tints of Burnt Umber #982B08

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.18%

 BLUE value IS 8 (3.52% from 255) = 3.94%

R = 74.88%
G = 21.18%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#982B08 (or 0x982B08) is known color: Burnt Umber. HEX triplet: 98, 2B and 08. RGB value is (152,43,8). Sum of RGB (Red+Green+Blue) = 152+43+8=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #982B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982B08 is #67D4F7. Grayscale: #474747. Windows color (decimal): -6804728 or 535448. OLE color: 535448.

HSL color Cylindrical-coordinate representation of color #982B08: hue angle of 14.58º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #982B08 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 43 8 -
CMYK 0 0.72 0.95 0.40
HSL 14.58º 0.9% 0.31% -
HSV(B) 14.58º 0.95% 0.6% -
XYZ 13.86 8.42 1.12 -
YUV 71.6 92.11 185.35 -
System Red Green Blue C M Y K H S L
Decimal 152 43 8 0 0.72 0.95 0.40 14.58 0.9 0.31
Hex 98 2B 8 0 48 5F 28 F 5A 1F
Octal 230 53 10 0 110 137 50 17 132 37
Binary 10011000 101011 1000 0 1001000 1011111 101000 1111 1011010 11111

Color Harmonies of #982B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982B08

Black with #982B08

Text Example


Text Example

White with #982B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,43,8); }

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

background-color css

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

 a { background-color: rgb(152,43,8); }

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

border-color css

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

 span { border-color: rgb(152,43,8); }

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