Html Css Color HEX #734A1A Raw Umber

📋 copy color: '#734A1A'

red 115 ◦ green 74 ◦ blue 26

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

Shades of Raw Umber #734A1A

Tints of Raw Umber #734A1A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.42%

 BLUE value IS 26 (10.55% from 255) = 12.09%

R = 53.49%
G = 34.42%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#734A1A (or 0x734A1A) is known color: Raw Umber. HEX triplet: 73, 4A and 1A. RGB value is (115,74,26). Sum of RGB (Red+Green+Blue) = 115+74+26=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #734A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734A1A is #8CB5E5. Grayscale: #515151. Windows color (decimal): -9221606 or 1722995. OLE color: 1722995.

HSL color Cylindrical-coordinate representation of color #734A1A: hue angle of 32.36º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #734A1A is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 74 26 -
CMYK 0 0.36 0.77 0.55
HSL 32.36º 0.63% 0.28% -
HSV(B) 32.36º 0.77% 0.45% -
XYZ 9.71 8.62 2.13 -
YUV 80.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 115 74 26 0 0.36 0.77 0.55 32.36 0.63 0.28
Hex 73 4A 1A 0 24 4D 37 20 3F 1C
Octal 163 112 32 0 44 115 67 40 77 34
Binary 1110011 1001010 11010 0 100100 1001101 110111 100000 111111 11100

Color Harmonies of #734A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734A1A

Black with #734A1A

Text Example


Text Example

White with #734A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734A1A; }

 p { color: rgb(115,74,26); }

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

background-color css

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

 a { background-color: rgb(115,74,26); }

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

border-color css

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

 span { border-color: rgb(115,74,26); }

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