Html Css Color HEX #713804 Raw Umber

📋 copy color: '#713804'

red 113 ◦ green 56 ◦ blue 4

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

Shades of Raw Umber #713804

Tints of Raw Umber #713804

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.37%

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

R = 65.32%
G = 32.37%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#713804 (or 0x713804) is known color: Raw Umber. HEX triplet: 71, 38 and 04. RGB value is (113,56,4). Sum of RGB (Red+Green+Blue) = 113+56+4=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #713804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713804 is #8EC7FB. Grayscale: #434343. Windows color (decimal): -9357308 or 276593. OLE color: 276593.

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

Color convert

RGB 113 56 4 -
CMYK 0 0.50 0.96 0.56
HSL 28.62º 0.93% 0.23% -
HSV(B) 28.62º 0.96% 0.44% -
XYZ 8.25 6.35 0.91 -
YUV 67.12 92.38 160.73 -
System Red Green Blue C M Y K H S L
Decimal 113 56 4 0 0.50 0.96 0.56 28.62 0.93 0.23
Hex 71 38 4 0 32 60 38 1D 5D 17
Octal 161 70 4 0 62 140 70 35 135 27
Binary 1110001 111000 100 0 110010 1100000 111000 11101 1011101 10111

Color Harmonies of #713804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713804

Black with #713804

Text Example


Text Example

White with #713804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713804; }

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

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

background-color css

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

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

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

border-color css

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

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

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