Html Css Color HEX #714312 Raw Umber

📋 copy color: '#714312'

red 113 ◦ green 67 ◦ blue 18

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

Shades of Raw Umber #714312

Tints of Raw Umber #714312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.09%

R = 57.07%
G = 33.84%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#714312 (or 0x714312) is known color: Raw Umber. HEX triplet: 71, 43 and 12. RGB value is (113,67,18). Sum of RGB (Red+Green+Blue) = 113+67+18=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #714312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714312 is #8EBCED. Grayscale: #4B4B4B. Windows color (decimal): -9354478 or 1196913. OLE color: 1196913.

HSL color Cylindrical-coordinate representation of color #714312: hue angle of 30.95º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #714312 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 67 18 -
CMYK 0 0.41 0.84 0.56
HSL 30.95º 0.73% 0.26% -
HSV(B) 30.95º 0.84% 0.44% -
XYZ 8.93 7.57 1.56 -
YUV 75.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 113 67 18 0 0.41 0.84 0.56 30.95 0.73 0.26
Hex 71 43 12 0 29 54 38 1F 49 1A
Octal 161 103 22 0 51 124 70 37 111 32
Binary 1110001 1000011 10010 0 101001 1010100 111000 11111 1001001 11010

Color Harmonies of #714312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714312

Black with #714312

Text Example


Text Example

White with #714312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714312; }

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

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

background-color css

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

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

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

border-color css

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

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

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