Html Css Color HEX #714303 Raw Umber

📋 copy color: '#714303'

red 113 ◦ green 67 ◦ blue 3

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

Shades of Raw Umber #714303

Tints of Raw Umber #714303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.64%

R = 61.75%
G = 36.61%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#714303 (or 0x714303) is known color: Raw Umber. HEX triplet: 71, 43 and 03. RGB value is (113,67,3). Sum of RGB (Red+Green+Blue) = 113+67+3=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #714303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714303 is #8EBCFC. Grayscale: #494949. Windows color (decimal): -9354493 or 213873. OLE color: 213873.

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

Color convert

RGB 113 67 3 -
CMYK 0 0.41 0.97 0.56
HSL 34.91º 0.95% 0.23% -
HSV(B) 34.91º 0.97% 0.44% -
XYZ 8.83 7.53 1.07 -
YUV 73.46 88.24 156.2 -
System Red Green Blue C M Y K H S L
Decimal 113 67 3 0 0.41 0.97 0.56 34.91 0.95 0.23
Hex 71 43 3 0 29 61 38 23 5F 17
Octal 161 103 3 0 51 141 70 43 137 27
Binary 1110001 1000011 11 0 101001 1100001 111000 100011 1011111 10111

Color Harmonies of #714303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714303

Black with #714303

Text Example


Text Example

White with #714303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714303; }

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

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

background-color css

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

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

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

border-color css

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

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

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