Html Css Color HEX #714304 Raw Umber

📋 copy color: '#714304'

red 113 ◦ green 67 ◦ blue 4

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

Shades of Raw Umber #714304

Tints of Raw Umber #714304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.41%

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

R = 61.41%
G = 36.41%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#714304 (or 0x714304) is known color: Raw Umber. HEX triplet: 71, 43 and 04. RGB value is (113,67,4). Sum of RGB (Red+Green+Blue) = 113+67+4=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #714304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714304 is #8EBCFB. Grayscale: #494949. Windows color (decimal): -9354492 or 279409. OLE color: 279409.

HSL color Cylindrical-coordinate representation of color #714304: hue angle of 34.68º 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 #714304 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 67 4 -
CMYK 0 0.41 0.96 0.56
HSL 34.68º 0.93% 0.23% -
HSV(B) 34.68º 0.96% 0.44% -
XYZ 8.84 7.53 1.1 -
YUV 73.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 113 67 4 0 0.41 0.96 0.56 34.68 0.93 0.23
Hex 71 43 4 0 29 60 38 23 5D 17
Octal 161 103 4 0 51 140 70 43 135 27
Binary 1110001 1000011 100 0 101001 1100000 111000 100011 1011101 10111

Color Harmonies of #714304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714304

Black with #714304

Text Example


Text Example

White with #714304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714304; }

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

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

background-color css

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

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

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

border-color css

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

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

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