Html Css Color HEX #713402 Raw Umber

📋 copy color: '#713402'

red 113 ◦ green 52 ◦ blue 2

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

Shades of Raw Umber #713402

Tints of Raw Umber #713402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.14%

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

R = 67.66%
G = 31.14%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#713402 (or 0x713402) is known color: Raw Umber. HEX triplet: 71, 34 and 02. RGB value is (113,52,2). Sum of RGB (Red+Green+Blue) = 113+52+2=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #713402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713402 is #8ECBFD. Grayscale: #404040. Windows color (decimal): -9358334 or 144497. OLE color: 144497.

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

Color convert

RGB 113 52 2 -
CMYK 0 0.54 0.98 0.56
HSL 27.03º 0.97% 0.23% -
HSV(B) 27.03º 0.98% 0.44% -
XYZ 8.05 5.97 0.79 -
YUV 64.54 92.71 162.57 -
System Red Green Blue C M Y K H S L
Decimal 113 52 2 0 0.54 0.98 0.56 27.03 0.97 0.23
Hex 71 34 2 0 36 62 38 1B 61 17
Octal 161 64 2 0 66 142 70 33 141 27
Binary 1110001 110100 10 0 110110 1100010 111000 11011 1100001 10111

Color Harmonies of #713402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713402

Black with #713402

Text Example


Text Example

White with #713402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713402; }

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

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

background-color css

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

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

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

border-color css

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

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

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