Html Css Color HEX #73410A Raw Umber

📋 copy color: '#73410A'

red 115 ◦ green 65 ◦ blue 10

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

Shades of Raw Umber #73410A

Tints of Raw Umber #73410A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.21%

 BLUE value IS 10 (4.3% from 255) = 5.26%

R = 60.53%
G = 34.21%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#73410A (or 0x73410A) is known color: Raw Umber. HEX triplet: 73, 41 and 0A. RGB value is (115,65,10). Sum of RGB (Red+Green+Blue) = 115+65+10=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #73410A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73410A is #8CBEF5. Grayscale: #494949. Windows color (decimal): -9223926 or 672115. OLE color: 672115.

HSL color Cylindrical-coordinate representation of color #73410A: hue angle of 31.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73410A is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 65 10 -
CMYK 0 0.43 0.91 0.55
HSL 31.43º 0.84% 0.25% -
HSV(B) 31.43º 0.91% 0.45% -
XYZ 9.02 7.45 1.25 -
YUV 73.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 115 65 10 0 0.43 0.91 0.55 31.43 0.84 0.25
Hex 73 41 A 0 2B 5B 37 1F 54 19
Octal 163 101 12 0 53 133 67 37 124 31
Binary 1110011 1000001 1010 0 101011 1011011 110111 11111 1010100 11001

Color Harmonies of #73410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73410A

Black with #73410A

Text Example


Text Example

White with #73410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73410A; }

 p { color: rgb(115,65,10); }

 H1.HeaderClassName
 {
   color: #73410A;
 }
 .AnyTagClassName
 {
   color: #73410A;
 }
</style>

background-color css

<style>
 a { background-color: #73410A; }

 a { background-color: rgb(115,65,10); }

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

border-color css

<style>
 span { border-color: #73410A; }

 span { border-color: rgb(115,65,10); }

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