Html Css Color HEX #714334 Cumin

📋 copy color: '#714334'

red 113 ◦ green 67 ◦ blue 52

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

Shades of Cumin #714334

Tints of Cumin #714334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.41%

R = 48.71%
G = 28.88%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#714334 (or 0x714334) is known color: Cumin. HEX triplet: 71, 43 and 34. RGB value is (113,67,52). Sum of RGB (Red+Green+Blue) = 113+67+52=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #714334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714334 is #8EBCCB. Grayscale: #4F4F4F. Windows color (decimal): -9354444 or 3425137. OLE color: 3425137.

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

Color convert

RGB 113 67 52 -
CMYK 0 0.41 0.54 0.56
HSL 14.75º 0.37% 0.32% -
HSV(B) 14.75º 0.54% 0.44% -
XYZ 9.44 7.77 4.25 -
YUV 79.04 112.74 152.22 -
System Red Green Blue C M Y K H S L
Decimal 113 67 52 0 0.41 0.54 0.56 14.75 0.37 0.32
Hex 71 43 34 0 29 36 38 F 25 20
Octal 161 103 64 0 51 66 70 17 45 40
Binary 1110001 1000011 110100 0 101001 110110 111000 1111 100101 100000

Color Harmonies of #714334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714334

Black with #714334

Text Example


Text Example

White with #714334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714334; }

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

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

background-color css

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

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

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

border-color css

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

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

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