Html Css Color HEX #713B01 Raw Umber

📋 copy color: '#713B01'

red 113 ◦ green 59 ◦ blue 1

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

Shades of Raw Umber #713B01

Tints of Raw Umber #713B01

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.1%

 BLUE value IS 1 (0.78% from 255) = 0.58%

R = 65.32%
G = 34.1%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#713B01 (or 0x713B01) is known color: Raw Umber. HEX triplet: 71, 3B and 01. RGB value is (113,59,1). Sum of RGB (Red+Green+Blue) = 113+59+1=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #713B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713B01 is #8EC4FE. Grayscale: #444444. Windows color (decimal): -9356543 or 80753. OLE color: 80753.

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

Color convert

RGB 113 59 1 -
CMYK 0 0.48 0.99 0.56
HSL 31.07º 0.98% 0.22% -
HSV(B) 31.07º 0.99% 0.44% -
XYZ 8.38 6.64 0.87 -
YUV 68.53 89.89 159.72 -
System Red Green Blue C M Y K H S L
Decimal 113 59 1 0 0.48 0.99 0.56 31.07 0.98 0.22
Hex 71 3B 1 0 30 63 38 1F 62 16
Octal 161 73 1 0 60 143 70 37 142 26
Binary 1110001 111011 1 0 110000 1100011 111000 11111 1100010 10110

Color Harmonies of #713B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B01

Black with #713B01

Text Example


Text Example

White with #713B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,59,1); }

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

background-color css

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

 a { background-color: rgb(113,59,1); }

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

border-color css

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

 span { border-color: rgb(113,59,1); }

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