Html Css Color HEX #9B341F Burnt Umber

📋 copy color: '#9B341F'

red 155 ◦ green 52 ◦ blue 31

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

Shades of Burnt Umber #9B341F

Tints of Burnt Umber #9B341F

RGB

 RED value IS 155 (60.94% from 255) = 65.13%

 GREEN value IS 52 (20.7% from 255) = 21.85%

 BLUE value IS 31 (12.5% from 255) = 13.03%

R = 65.13%
G = 21.85%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B341F (or 0x9B341F) is known color: Burnt Umber. HEX triplet: 9B, 34 and 1F. RGB value is (155,52,31). Sum of RGB (Red+Green+Blue) = 155+52+31=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B341F is #64CBE0. Grayscale: #505050. Windows color (decimal): -6605793 or 2045083. OLE color: 2045083.

HSL color Cylindrical-coordinate representation of color #9B341F: hue angle of 10.16º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B341F is Cyan = 0, Magento = 0.66, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 52 31 -
CMYK 0 0.66 0.8 0.39
HSL 10.16º 0.67% 0.36% -
HSV(B) 10.16º 0.8% 0.61% -
XYZ 14.99 9.52 2.34 -
YUV 80.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 155 52 31 0 0.66 0.8 0.39 10.16 0.67 0.36
Hex 9B 34 1F 0 42 50 27 A 43 24
Octal 233 64 37 0 102 120 47 12 103 44
Binary 10011011 110100 11111 0 1000010 1010000 100111 1010 1000011 100100

Color Harmonies of #9B341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B341F

Black with #9B341F

Text Example


Text Example

White with #9B341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B341F; }

 p { color: rgb(155,52,31); }

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

background-color css

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

 a { background-color: rgb(155,52,31); }

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

border-color css

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

 span { border-color: rgb(155,52,31); }

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