Html Css Color HEX #713D07 Raw Umber

📋 copy color: '#713D07'

red 113 ◦ green 61 ◦ blue 7

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

Shades of Raw Umber #713D07

Tints of Raw Umber #713D07

RGB

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

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

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

R = 62.43%
G = 33.7%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#713D07 (or 0x713D07) is known color: Raw Umber. HEX triplet: 71, 3D and 07. RGB value is (113,61,7). Sum of RGB (Red+Green+Blue) = 113+61+7=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #713D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713D07 is #8EC2F8. Grayscale: #464646. Windows color (decimal): -9356025 or 474481. OLE color: 474481.

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

Color convert

RGB 113 61 7 -
CMYK 0 0.46 0.94 0.56
HSL 30.57º 0.88% 0.24% -
HSV(B) 30.57º 0.94% 0.44% -
XYZ 8.52 6.86 1.08 -
YUV 70.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 113 61 7 0 0.46 0.94 0.56 30.57 0.88 0.24
Hex 71 3D 7 0 2E 5E 38 1F 58 18
Octal 161 75 7 0 56 136 70 37 130 30
Binary 1110001 111101 111 0 101110 1011110 111000 11111 1011000 11000

Color Harmonies of #713D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D07

Black with #713D07

Text Example


Text Example

White with #713D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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