Html Css Color HEX #734001 Raw Umber

📋 copy color: '#734001'

red 115 ◦ green 64 ◦ blue 1

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

Shades of Raw Umber #734001

Tints of Raw Umber #734001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.56%

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

R = 63.89%
G = 35.56%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#734001 (or 0x734001) is known color: Raw Umber. HEX triplet: 73, 40 and 01. RGB value is (115,64,1). Sum of RGB (Red+Green+Blue) = 115+64+1=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #734001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734001 is #8CBFFE. Grayscale: #484848. Windows color (decimal): -9224191 or 82035. OLE color: 82035.

HSL color Cylindrical-coordinate representation of color #734001: hue angle of 33.16º 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 #734001 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 64 1 -
CMYK 0 0.44 0.99 0.55
HSL 33.16º 0.98% 0.23% -
HSV(B) 33.16º 0.99% 0.45% -
XYZ 8.91 7.31 0.97 -
YUV 72.07 87.9 158.62 -
System Red Green Blue C M Y K H S L
Decimal 115 64 1 0 0.44 0.99 0.55 33.16 0.98 0.23
Hex 73 40 1 0 2C 63 37 21 62 17
Octal 163 100 1 0 54 143 67 41 142 27
Binary 1110011 1000000 1 0 101100 1100011 110111 100001 1100010 10111

Color Harmonies of #734001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734001

Black with #734001

Text Example


Text Example

White with #734001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734001; }

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

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

background-color css

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

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

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

border-color css

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

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

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