Html Css Color HEX #73430D Raw Umber

📋 copy color: '#73430D'

red 115 ◦ green 67 ◦ blue 13

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

Shades of Raw Umber #73430D

Tints of Raw Umber #73430D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.67%

R = 58.97%
G = 34.36%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#73430D (or 0x73430D) is known color: Raw Umber. HEX triplet: 73, 43 and 0D. RGB value is (115,67,13). Sum of RGB (Red+Green+Blue) = 115+67+13=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #73430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73430D is #8CBCF2. Grayscale: #4B4B4B. Windows color (decimal): -9223411 or 869235. OLE color: 869235.

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

Color convert

RGB 115 67 13 -
CMYK 0 0.42 0.89 0.55
HSL 31.76º 0.8% 0.25% -
HSV(B) 31.76º 0.89% 0.45% -
XYZ 9.15 7.69 1.38 -
YUV 75.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 115 67 13 0 0.42 0.89 0.55 31.76 0.8 0.25
Hex 73 43 D 0 2A 59 37 20 50 19
Octal 163 103 15 0 52 131 67 40 120 31
Binary 1110011 1000011 1101 0 101010 1011001 110111 100000 1010000 11001

Color Harmonies of #73430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73430D

Black with #73430D

Text Example


Text Example

White with #73430D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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