Html Css Color HEX #734101 Raw Umber

📋 copy color: '#734101'

red 115 ◦ green 65 ◦ blue 1

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

Shades of Raw Umber #734101

Tints of Raw Umber #734101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.91%

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

R = 63.54%
G = 35.91%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#734101 (or 0x734101) is known color: Raw Umber. HEX triplet: 73, 41 and 01. RGB value is (115,65,1). Sum of RGB (Red+Green+Blue) = 115+65+1=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #734101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734101 is #8CBEFE. Grayscale: #484848. Windows color (decimal): -9223935 or 82291. OLE color: 82291.

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

Color convert

RGB 115 65 1 -
CMYK 0 0.43 0.99 0.55
HSL 33.68º 0.98% 0.23% -
HSV(B) 33.68º 0.99% 0.45% -
XYZ 8.97 7.43 0.99 -
YUV 72.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 115 65 1 0 0.43 0.99 0.55 33.68 0.98 0.23
Hex 73 41 1 0 2B 63 37 22 62 17
Octal 163 101 1 0 53 143 67 42 142 27
Binary 1110011 1000001 1 0 101011 1100011 110111 100010 1100010 10111

Color Harmonies of #734101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734101

Black with #734101

Text Example


Text Example

White with #734101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734101; }

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

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

background-color css

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

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

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

border-color css

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

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

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