Html Css Color HEX #713F02 Raw Umber

📋 copy color: '#713F02'

red 113 ◦ green 63 ◦ blue 2

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

Shades of Raw Umber #713F02

Tints of Raw Umber #713F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.12%

R = 63.48%
G = 35.39%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#713F02 (or 0x713F02) is known color: Raw Umber. HEX triplet: 71, 3F and 02. RGB value is (113,63,2). Sum of RGB (Red+Green+Blue) = 113+63+2=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #713F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F02 is #8EC0FD. Grayscale: #474747. Windows color (decimal): -9355518 or 147313. OLE color: 147313.

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

Color convert

RGB 113 63 2 -
CMYK 0 0.44 0.98 0.56
HSL 32.97º 0.97% 0.23% -
HSV(B) 32.97º 0.98% 0.44% -
XYZ 8.6 7.07 0.97 -
YUV 71 89.07 157.96 -
System Red Green Blue C M Y K H S L
Decimal 113 63 2 0 0.44 0.98 0.56 32.97 0.97 0.23
Hex 71 3F 2 0 2C 62 38 21 61 17
Octal 161 77 2 0 54 142 70 41 141 27
Binary 1110001 111111 10 0 101100 1100010 111000 100001 1100001 10111

Color Harmonies of #713F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F02

Black with #713F02

Text Example


Text Example

White with #713F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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