Html Css Color HEX #714504 Raw Umber

📋 copy color: '#714504'

red 113 ◦ green 69 ◦ blue 4

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

Shades of Raw Umber #714504

Tints of Raw Umber #714504

RGB

 RED value IS 113 (44.53% from 255) = 60.75%

 GREEN value IS 69 (27.34% from 255) = 37.1%

 BLUE value IS 4 (1.95% from 255) = 2.15%

R = 60.75%
G = 37.1%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#714504 (or 0x714504) is known color: Raw Umber. HEX triplet: 71, 45 and 04. RGB value is (113,69,4). Sum of RGB (Red+Green+Blue) = 113+69+4=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #714504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714504 is #8EBAFB. Grayscale: #4B4B4B. Windows color (decimal): -9353980 or 279921. OLE color: 279921.

HSL color Cylindrical-coordinate representation of color #714504: hue angle of 35.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #714504 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 69 4 -
CMYK 0 0.39 0.96 0.56
HSL 35.78º 0.93% 0.23% -
HSV(B) 35.78º 0.96% 0.44% -
XYZ 8.96 7.78 1.14 -
YUV 74.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 113 69 4 0 0.39 0.96 0.56 35.78 0.93 0.23
Hex 71 45 4 0 27 60 38 24 5D 17
Octal 161 105 4 0 47 140 70 44 135 27
Binary 1110001 1000101 100 0 100111 1100000 111000 100100 1011101 10111

Color Harmonies of #714504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714504

Black with #714504

Text Example


Text Example

White with #714504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714504; }

 p { color: rgb(113,69,4); }

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

background-color css

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

 a { background-color: rgb(113,69,4); }

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

border-color css

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

 span { border-color: rgb(113,69,4); }

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