Html Css Color HEX #713B00 Raw Umber

📋 copy color: '#713B00'

red 113 ◦ green 59 ◦ blue 0

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

Shades of Raw Umber #713B00

Tints of Raw Umber #713B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.7%
G = 34.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#713B00 (or 0x713B00) is known color: Raw Umber. HEX triplet: 71, 3B and 00. RGB value is (113,59,0). Sum of RGB (Red+Green+Blue) = 113+59+0=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #713B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713B00 is #8EC4FF. Grayscale: #444444. Windows color (decimal): -9356544 or 15217. OLE color: 15217.

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

Color convert

RGB 113 59 0 -
CMYK 0 0.48 1 0.56
HSL 31.33º 1% 0.22% -
HSV(B) 31.33º 1% 0.44% -
XYZ 8.37 6.64 0.84 -
YUV 68.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 113 59 0 0 0.48 1 0.56 31.33 1 0.22
Hex 71 3B 0 0 30 64 38 1F 64 16
Octal 161 73 0 0 60 144 70 37 144 26
Binary 1110001 111011 0 0 110000 1100100 111000 11111 1100100 10110

Color Harmonies of #713B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B00

Black with #713B00

Text Example


Text Example

White with #713B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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