Html Css Color HEX #9A361B Burnt Umber

📋 copy color: '#9A361B'

red 154 ◦ green 54 ◦ blue 27

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

Shades of Burnt Umber #9A361B

Tints of Burnt Umber #9A361B

RGB

 RED value IS 154 (60.55% from 255) = 65.53%

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

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

R = 65.53%
G = 22.98%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#9A361B (or 0x9A361B) is known color: Burnt Umber. HEX triplet: 9A, 36 and 1B. RGB value is (154,54,27). Sum of RGB (Red+Green+Blue) = 154+54+27=235 (31% of max value = 765). Red value is 154 (60.55% from 255 or 65.53% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 154 - color contains mainly: red. Hex color #9A361B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A361B is #65C9E4. Grayscale: #515151. Windows color (decimal): -6670821 or 1783450. OLE color: 1783450.

HSL color Cylindrical-coordinate representation of color #9A361B: hue angle of 12.76º 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 #9A361B is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 54 27 -
CMYK 0 0.65 0.82 0.40
HSL 12.76º 0.7% 0.35% -
HSV(B) 12.76º 0.82% 0.6% -
XYZ 14.84 9.59 2.11 -
YUV 80.82 97.63 180.2 -
System Red Green Blue C M Y K H S L
Decimal 154 54 27 0 0.65 0.82 0.40 12.76 0.7 0.35
Hex 9A 36 1B 0 41 52 28 D 46 23
Octal 232 66 33 0 101 122 50 15 106 43
Binary 10011010 110110 11011 0 1000001 1010010 101000 1101 1000110 100011

Color Harmonies of #9A361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A361B

Black with #9A361B

Text Example


Text Example

White with #9A361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,54,27); }

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

background-color css

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

 a { background-color: rgb(154,54,27); }

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

border-color css

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

 span { border-color: rgb(154,54,27); }

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