Html Css Color HEX #714331 Cumin

📋 copy color: '#714331'

red 113 ◦ green 67 ◦ blue 49

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

Shades of Cumin #714331

Tints of Cumin #714331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.4%

R = 49.34%
G = 29.26%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#714331 (or 0x714331) is known color: Cumin. HEX triplet: 71, 43 and 31. RGB value is (113,67,49). Sum of RGB (Red+Green+Blue) = 113+67+49=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #714331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714331 is #8EBCCE. Grayscale: #4E4E4E. Windows color (decimal): -9354447 or 3228529. OLE color: 3228529.

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

Color convert

RGB 113 67 49 -
CMYK 0 0.41 0.57 0.56
HSL 16.88º 0.4% 0.32% -
HSV(B) 16.88º 0.57% 0.44% -
XYZ 9.37 7.75 3.91 -
YUV 78.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 113 67 49 0 0.41 0.57 0.56 16.88 0.4 0.32
Hex 71 43 31 0 29 39 38 11 28 20
Octal 161 103 61 0 51 71 70 21 50 40
Binary 1110001 1000011 110001 0 101001 111001 111000 10001 101000 100000

Color Harmonies of #714331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714331

Black with #714331

Text Example


Text Example

White with #714331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714331; }

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

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

background-color css

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

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

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

border-color css

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

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

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