Html Css Color HEX #714332 Cumin

📋 copy color: '#714332'

red 113 ◦ green 67 ◦ blue 50

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

Shades of Cumin #714332

Tints of Cumin #714332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.74%

R = 49.13%
G = 29.13%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#714332 (or 0x714332) is known color: Cumin. HEX triplet: 71, 43 and 32. RGB value is (113,67,50). Sum of RGB (Red+Green+Blue) = 113+67+50=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #714332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714332 is #8EBCCD. Grayscale: #4E4E4E. Windows color (decimal): -9354446 or 3294065. OLE color: 3294065.

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

Color convert

RGB 113 67 50 -
CMYK 0 0.41 0.56 0.56
HSL 16.19º 0.39% 0.32% -
HSV(B) 16.19º 0.56% 0.44% -
XYZ 9.39 7.76 4.02 -
YUV 78.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 113 67 50 0 0.41 0.56 0.56 16.19 0.39 0.32
Hex 71 43 32 0 29 38 38 10 27 20
Octal 161 103 62 0 51 70 70 20 47 40
Binary 1110001 1000011 110010 0 101001 111000 111000 10000 100111 100000

Color Harmonies of #714332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714332

Black with #714332

Text Example


Text Example

White with #714332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714332; }

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

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

background-color css

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

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

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

border-color css

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

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

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