Html Css Color HEX #713D04 Raw Umber

📋 copy color: '#713D04'

red 113 ◦ green 61 ◦ blue 4

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

Shades of Raw Umber #713D04

Tints of Raw Umber #713D04

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.27%

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

R = 63.48%
G = 34.27%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#713D04 (or 0x713D04) is known color: Raw Umber. HEX triplet: 71, 3D and 04. RGB value is (113,61,4). Sum of RGB (Red+Green+Blue) = 113+61+4=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #713D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713D04 is #8EC2FB. Grayscale: #464646. Windows color (decimal): -9356028 or 277873. OLE color: 277873.

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

Color convert

RGB 113 61 4 -
CMYK 0 0.46 0.96 0.56
HSL 31.38º 0.93% 0.23% -
HSV(B) 31.38º 0.96% 0.44% -
XYZ 8.5 6.86 0.99 -
YUV 70.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 113 61 4 0 0.46 0.96 0.56 31.38 0.93 0.23
Hex 71 3D 4 0 2E 60 38 1F 5D 17
Octal 161 75 4 0 56 140 70 37 135 27
Binary 1110001 111101 100 0 101110 1100000 111000 11111 1011101 10111

Color Harmonies of #713D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D04

Black with #713D04

Text Example


Text Example

White with #713D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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