Html Css Color HEX #734301 Raw Umber

📋 copy color: '#734301'

red 115 ◦ green 67 ◦ blue 1

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

Shades of Raw Umber #734301

Tints of Raw Umber #734301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 62.84%
G = 36.61%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#734301 (or 0x734301) is known color: Raw Umber. HEX triplet: 73, 43 and 01. RGB value is (115,67,1). Sum of RGB (Red+Green+Blue) = 115+67+1=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #734301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734301 is #8CBCFE. Grayscale: #4A4A4A. Windows color (decimal): -9223423 or 82803. OLE color: 82803.

HSL color Cylindrical-coordinate representation of color #734301: hue angle of 34.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #734301 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 67 1 -
CMYK 0 0.42 0.99 0.55
HSL 34.74º 0.98% 0.23% -
HSV(B) 34.74º 0.99% 0.45% -
XYZ 9.08 7.66 1.03 -
YUV 73.83 86.9 157.37 -
System Red Green Blue C M Y K H S L
Decimal 115 67 1 0 0.42 0.99 0.55 34.74 0.98 0.23
Hex 73 43 1 0 2A 63 37 23 62 17
Octal 163 103 1 0 52 143 67 43 142 27
Binary 1110011 1000011 1 0 101010 1100011 110111 100011 1100010 10111

Color Harmonies of #734301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734301

Black with #734301

Text Example


Text Example

White with #734301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734301; }

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

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

background-color css

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

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

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

border-color css

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

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

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