Html Css Color HEX #734B14 Raw Umber

📋 copy color: '#734B14'

red 115 ◦ green 75 ◦ blue 20

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

Shades of Raw Umber #734B14

Tints of Raw Umber #734B14

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.71%

 BLUE value IS 20 (8.2% from 255) = 9.52%

R = 54.76%
G = 35.71%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#734B14 (or 0x734B14) is known color: Raw Umber. HEX triplet: 73, 4B and 14. RGB value is (115,75,20). Sum of RGB (Red+Green+Blue) = 115+75+20=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #734B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734B14 is #8CB4EB. Grayscale: #505050. Windows color (decimal): -9221356 or 1330035. OLE color: 1330035.

HSL color Cylindrical-coordinate representation of color #734B14: hue angle of 34.74º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #734B14 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 75 20 -
CMYK 0 0.35 0.83 0.55
HSL 34.74º 0.7% 0.26% -
HSV(B) 34.74º 0.83% 0.45% -
XYZ 9.71 8.73 1.83 -
YUV 80.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 115 75 20 0 0.35 0.83 0.55 34.74 0.7 0.26
Hex 73 4B 14 0 23 53 37 23 46 1A
Octal 163 113 24 0 43 123 67 43 106 32
Binary 1110011 1001011 10100 0 100011 1010011 110111 100011 1000110 11010

Color Harmonies of #734B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734B14

Black with #734B14

Text Example


Text Example

White with #734B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,75,20); }

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

background-color css

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

 a { background-color: rgb(115,75,20); }

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

border-color css

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

 span { border-color: rgb(115,75,20); }

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