Html Css Color HEX #713F07 Raw Umber

📋 copy color: '#713F07'

red 113 ◦ green 63 ◦ blue 7

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

Shades of Raw Umber #713F07

Tints of Raw Umber #713F07

RGB

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

 GREEN value IS 63 (25% from 255) = 34.43%

 BLUE value IS 7 (3.13% from 255) = 3.83%

R = 61.75%
G = 34.43%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#713F07 (or 0x713F07) is known color: Raw Umber. HEX triplet: 71, 3F and 07. RGB value is (113,63,7). Sum of RGB (Red+Green+Blue) = 113+63+7=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #713F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F07 is #8EC0F8. Grayscale: #474747. Windows color (decimal): -9355513 or 474993. OLE color: 474993.

HSL color Cylindrical-coordinate representation of color #713F07: hue angle of 31.7º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #713F07 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 63 7 -
CMYK 0 0.44 0.94 0.56
HSL 31.7º 0.88% 0.24% -
HSV(B) 31.7º 0.94% 0.44% -
XYZ 8.63 7.08 1.11 -
YUV 71.57 91.57 157.55 -
System Red Green Blue C M Y K H S L
Decimal 113 63 7 0 0.44 0.94 0.56 31.7 0.88 0.24
Hex 71 3F 7 0 2C 5E 38 20 58 18
Octal 161 77 7 0 54 136 70 40 130 30
Binary 1110001 111111 111 0 101100 1011110 111000 100000 1011000 11000

Color Harmonies of #713F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F07

Black with #713F07

Text Example


Text Example

White with #713F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,63,7); }

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

background-color css

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

 a { background-color: rgb(113,63,7); }

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

border-color css

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

 span { border-color: rgb(113,63,7); }

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