Html Css Color HEX #714300 Raw Umber

📋 copy color: '#714300'

red 113 ◦ green 67 ◦ blue 0

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

Shades of Raw Umber #714300

Tints of Raw Umber #714300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.22%

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

R = 62.78%
G = 37.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#714300 (or 0x714300) is known color: Raw Umber. HEX triplet: 71, 43 and 00. RGB value is (113,67,0). Sum of RGB (Red+Green+Blue) = 113+67+0=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #714300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714300 is #8EBCFF. Grayscale: #494949. Windows color (decimal): -9354496 or 17265. OLE color: 17265.

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

Color convert

RGB 113 67 0 -
CMYK 0 0.41 1 0.56
HSL 35.58º 1% 0.22% -
HSV(B) 35.58º 1% 0.44% -
XYZ 8.82 7.53 0.99 -
YUV 73.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 113 67 0 0 0.41 1 0.56 35.58 1 0.22
Hex 71 43 0 0 29 64 38 24 64 16
Octal 161 103 0 0 51 144 70 44 144 26
Binary 1110001 1000011 0 0 101001 1100100 111000 100100 1100100 10110

Color Harmonies of #714300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714300

Black with #714300

Text Example


Text Example

White with #714300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714300; }

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

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

background-color css

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

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

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

border-color css

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

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

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