Html Css Color HEX #98361C Burnt Umber

📋 copy color: '#98361C'

red 152 ◦ green 54 ◦ blue 28

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

Shades of Burnt Umber #98361C

Tints of Burnt Umber #98361C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.97%

R = 64.96%
G = 23.08%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98361C (or 0x98361C) is known color: Burnt Umber. HEX triplet: 98, 36 and 1C. RGB value is (152,54,28). Sum of RGB (Red+Green+Blue) = 152+54+28=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #98361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98361C is #67C9E3. Grayscale: #505050. Windows color (decimal): -6801892 or 1848984. OLE color: 1848984.

HSL color Cylindrical-coordinate representation of color #98361C: hue angle of 12.58º degrees, saturation: 0.69, 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 #98361C is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 54 28 -
CMYK 0 0.64 0.82 0.40
HSL 12.58º 0.69% 0.35% -
HSV(B) 12.58º 0.82% 0.6% -
XYZ 14.48 9.4 2.15 -
YUV 80.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 152 54 28 0 0.64 0.82 0.40 12.58 0.69 0.35
Hex 98 36 1C 0 40 52 28 D 45 23
Octal 230 66 34 0 100 122 50 15 105 43
Binary 10011000 110110 11100 0 1000000 1010010 101000 1101 1000101 100011

Color Harmonies of #98361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98361C

Black with #98361C

Text Example


Text Example

White with #98361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98361C; }

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

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

background-color css

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

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

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

border-color css

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

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

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