Html Css Color HEX #73420A Raw Umber

📋 copy color: '#73420A'

red 115 ◦ green 66 ◦ blue 10

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

Shades of Raw Umber #73420A

Tints of Raw Umber #73420A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.55%

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

R = 60.21%
G = 34.55%
B = 5.24%

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

#73420A (or 0x73420A) is known color: Raw Umber. HEX triplet: 73, 42 and 0A. RGB value is (115,66,10). Sum of RGB (Red+Green+Blue) = 115+66+10=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #73420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73420A is #8CBDF5. Grayscale: #4A4A4A. Windows color (decimal): -9223670 or 672371. OLE color: 672371.

HSL color Cylindrical-coordinate representation of color #73420A: hue angle of 32º 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 #73420A is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 66 10 -
CMYK 0 0.43 0.91 0.55
HSL 32º 0.84% 0.25% -
HSV(B) 32º 0.91% 0.45% -
XYZ 9.07 7.56 1.27 -
YUV 74.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 115 66 10 0 0.43 0.91 0.55 32 0.84 0.25
Hex 73 42 A 0 2B 5B 37 20 54 19
Octal 163 102 12 0 53 133 67 40 124 31
Binary 1110011 1000010 1010 0 101011 1011011 110111 100000 1010100 11001

Color Harmonies of #73420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73420A

Black with #73420A

Text Example


Text Example

White with #73420A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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