Html Css Color HEX #73420B Raw Umber

📋 copy color: '#73420B'

red 115 ◦ green 66 ◦ blue 11

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

Shades of Raw Umber #73420B

Tints of Raw Umber #73420B

RGB

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

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

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

R = 59.9%
G = 34.38%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73420B (or 0x73420B) is known color: Raw Umber. HEX triplet: 73, 42 and 0B. RGB value is (115,66,11). Sum of RGB (Red+Green+Blue) = 115+66+11=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #73420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73420B is #8CBDF4. Grayscale: #4A4A4A. Windows color (decimal): -9223669 or 737907. OLE color: 737907.

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

Color convert

RGB 115 66 11 -
CMYK 0 0.43 0.90 0.55
HSL 31.73º 0.83% 0.25% -
HSV(B) 31.73º 0.9% 0.45% -
XYZ 9.08 7.57 1.3 -
YUV 74.38 92.23 156.97 -
System Red Green Blue C M Y K H S L
Decimal 115 66 11 0 0.43 0.90 0.55 31.73 0.83 0.25
Hex 73 42 B 0 2B 5A 37 20 53 19
Octal 163 102 13 0 53 132 67 40 123 31
Binary 1110011 1000010 1011 0 101011 1011010 110111 100000 1010011 11001

Color Harmonies of #73420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73420B

Black with #73420B

Text Example


Text Example

White with #73420B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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