Html Css Color HEX #713500 Raw Umber

📋 copy color: '#713500'

red 113 ◦ green 53 ◦ blue 0

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

Shades of Raw Umber #713500

Tints of Raw Umber #713500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.93%

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

R = 68.07%
G = 31.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#713500 (or 0x713500) is known color: Raw Umber. HEX triplet: 71, 35 and 00. RGB value is (113,53,0). Sum of RGB (Red+Green+Blue) = 113+53+0=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #713500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713500 is #8ECAFF. Grayscale: #414141. Windows color (decimal): -9358080 or 13681. OLE color: 13681.

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

Color convert

RGB 113 53 0 -
CMYK 0 0.53 1 0.56
HSL 28.14º 1% 0.22% -
HSV(B) 28.14º 1% 0.44% -
XYZ 8.08 6.06 0.74 -
YUV 64.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 113 53 0 0 0.53 1 0.56 28.14 1 0.22
Hex 71 35 0 0 35 64 38 1C 64 16
Octal 161 65 0 0 65 144 70 34 144 26
Binary 1110001 110101 0 0 110101 1100100 111000 11100 1100100 10110

Color Harmonies of #713500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713500

Black with #713500

Text Example


Text Example

White with #713500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713500; }

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

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

background-color css

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

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

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

border-color css

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

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

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