Html Css Color HEX #73460B Raw Umber

📋 copy color: '#73460B'

red 115 ◦ green 70 ◦ blue 11

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

Shades of Raw Umber #73460B

Tints of Raw Umber #73460B

RGB

 RED value IS 115 (45.31% from 255) = 58.67%

 GREEN value IS 70 (27.73% from 255) = 35.71%

 BLUE value IS 11 (4.69% from 255) = 5.61%

R = 58.67%
G = 35.71%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73460B (or 0x73460B) is known color: Raw Umber. HEX triplet: 73, 46 and 0B. RGB value is (115,70,11). Sum of RGB (Red+Green+Blue) = 115+70+11=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #73460B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73460B is #8CB9F4. Grayscale: #4D4D4D. Windows color (decimal): -9222645 or 738931. OLE color: 738931.

HSL color Cylindrical-coordinate representation of color #73460B: hue angle of 34.04º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73460B is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 70 11 -
CMYK 0 0.39 0.90 0.55
HSL 34.04º 0.83% 0.25% -
HSV(B) 34.04º 0.9% 0.45% -
XYZ 9.32 8.05 1.38 -
YUV 76.73 90.91 155.3 -
System Red Green Blue C M Y K H S L
Decimal 115 70 11 0 0.39 0.90 0.55 34.04 0.83 0.25
Hex 73 46 B 0 27 5A 37 22 53 19
Octal 163 106 13 0 47 132 67 42 123 31
Binary 1110011 1000110 1011 0 100111 1011010 110111 100010 1010011 11001

Color Harmonies of #73460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73460B

Black with #73460B

Text Example


Text Example

White with #73460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73460B; }

 p { color: rgb(115,70,11); }

 H1.HeaderClassName
 {
   color: #73460B;
 }
 .AnyTagClassName
 {
   color: #73460B;
 }
</style>

background-color css

<style>
 a { background-color: #73460B; }

 a { background-color: rgb(115,70,11); }

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

border-color css

<style>
 span { border-color: #73460B; }

 span { border-color: rgb(115,70,11); }

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