Html Css Color HEX #73430E Raw Umber

📋 copy color: '#73430E'

red 115 ◦ green 67 ◦ blue 14

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

Shades of Raw Umber #73430E

Tints of Raw Umber #73430E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.18%

 BLUE value IS 14 (5.86% from 255) = 7.14%

R = 58.67%
G = 34.18%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#73430E (or 0x73430E) is known color: Raw Umber. HEX triplet: 73, 43 and 0E. RGB value is (115,67,14). Sum of RGB (Red+Green+Blue) = 115+67+14=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #73430E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73430E is #8CBCF1. Grayscale: #4B4B4B. Windows color (decimal): -9223410 or 934771. OLE color: 934771.

HSL color Cylindrical-coordinate representation of color #73430E: hue angle of 31.49º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73430E is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 67 14 -
CMYK 0 0.42 0.88 0.55
HSL 31.49º 0.78% 0.25% -
HSV(B) 31.49º 0.88% 0.45% -
XYZ 9.16 7.69 1.42 -
YUV 75.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 115 67 14 0 0.42 0.88 0.55 31.49 0.78 0.25
Hex 73 43 E 0 2A 58 37 1F 4E 19
Octal 163 103 16 0 52 130 67 37 116 31
Binary 1110011 1000011 1110 0 101010 1011000 110111 11111 1001110 11001

Color Harmonies of #73430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73430E

Black with #73430E

Text Example


Text Example

White with #73430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73430E; }

 p { color: rgb(115,67,14); }

 H1.HeaderClassName
 {
   color: #73430E;
 }
 .AnyTagClassName
 {
   color: #73430E;
 }
</style>

background-color css

<style>
 a { background-color: #73430E; }

 a { background-color: rgb(115,67,14); }

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

border-color css

<style>
 span { border-color: #73430E; }

 span { border-color: rgb(115,67,14); }

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