Html Css Color HEX #73430F Raw Umber

📋 copy color: '#73430F'

red 115 ◦ green 67 ◦ blue 15

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

Shades of Raw Umber #73430F

Tints of Raw Umber #73430F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.61%

R = 58.38%
G = 34.01%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#73430F (or 0x73430F) is known color: Raw Umber. HEX triplet: 73, 43 and 0F. RGB value is (115,67,15). Sum of RGB (Red+Green+Blue) = 115+67+15=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73430F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73430F is #8CBCF0. Grayscale: #4B4B4B. Windows color (decimal): -9223409 or 1000307. OLE color: 1000307.

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

Color convert

RGB 115 67 15 -
CMYK 0 0.42 0.87 0.55
HSL 31.2º 0.77% 0.25% -
HSV(B) 31.2º 0.87% 0.45% -
XYZ 9.16 7.69 1.45 -
YUV 75.42 93.9 156.23 -
System Red Green Blue C M Y K H S L
Decimal 115 67 15 0 0.42 0.87 0.55 31.2 0.77 0.25
Hex 73 43 F 0 2A 57 37 1F 4D 19
Octal 163 103 17 0 52 127 67 37 115 31
Binary 1110011 1000011 1111 0 101010 1010111 110111 11111 1001101 11001

Color Harmonies of #73430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73430F

Black with #73430F

Text Example


Text Example

White with #73430F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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