Html Css Color HEX #715300 Raw Umber

📋 copy color: '#715300'

red 113 ◦ green 83 ◦ blue 0

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

Shades of Raw Umber #715300

Tints of Raw Umber #715300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

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

R = 57.65%
G = 42.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#715300 (or 0x715300) is known color: Raw Umber. HEX triplet: 71, 53 and 00. RGB value is (113,83,0). Sum of RGB (Red+Green+Blue) = 113+83+0=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #715300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715300 is #8EACFF. Grayscale: #525252. Windows color (decimal): -9350400 or 21361. OLE color: 21361.

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

Color convert

RGB 113 83 0 -
CMYK 0 0.27 1 0.56
HSL 44.07º 1% 0.22% -
HSV(B) 44.07º 1% 0.44% -
XYZ 9.9 9.7 1.35 -
YUV 82.51 81.44 149.75 -
System Red Green Blue C M Y K H S L
Decimal 113 83 0 0 0.27 1 0.56 44.07 1 0.22
Hex 71 53 0 0 1B 64 38 2C 64 16
Octal 161 123 0 0 33 144 70 54 144 26
Binary 1110001 1010011 0 0 11011 1100100 111000 101100 1100100 10110

Color Harmonies of #715300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715300

Black with #715300

Text Example


Text Example

White with #715300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715300; }

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

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

background-color css

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

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

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

border-color css

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

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

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