Html Css Color HEX #714736 Cumin

📋 copy color: '#714736'

red 113 ◦ green 71 ◦ blue 54

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

Shades of Cumin #714736

Tints of Cumin #714736

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.83%

 BLUE value IS 54 (21.48% from 255) = 22.69%

R = 47.48%
G = 29.83%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#714736 (or 0x714736) is known color: Cumin. HEX triplet: 71, 47 and 36. RGB value is (113,71,54). Sum of RGB (Red+Green+Blue) = 113+71+54=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #714736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714736 is #8EB8C9. Grayscale: #515151. Windows color (decimal): -9353418 or 3557233. OLE color: 3557233.

HSL color Cylindrical-coordinate representation of color #714736: hue angle of 17.29º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #714736 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 71 54 -
CMYK 0 0.37 0.52 0.56
HSL 17.29º 0.35% 0.33% -
HSV(B) 17.29º 0.52% 0.44% -
XYZ 9.73 8.28 4.58 -
YUV 81.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 113 71 54 0 0.37 0.52 0.56 17.29 0.35 0.33
Hex 71 47 36 0 25 34 38 11 23 21
Octal 161 107 66 0 45 64 70 21 43 41
Binary 1110001 1000111 110110 0 100101 110100 111000 10001 100011 100001

Color Harmonies of #714736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714736

Black with #714736

Text Example


Text Example

White with #714736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714736; }

 p { color: rgb(113,71,54); }

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

background-color css

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

 a { background-color: rgb(113,71,54); }

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

border-color css

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

 span { border-color: rgb(113,71,54); }

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