Html Css Color HEX #714434 Cumin

📋 copy color: '#714434'

red 113 ◦ green 68 ◦ blue 52

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

Shades of Cumin #714434

Tints of Cumin #714434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.18%

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

R = 48.5%
G = 29.18%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#714434 (or 0x714434) is known color: Cumin. HEX triplet: 71, 44 and 34. RGB value is (113,68,52). Sum of RGB (Red+Green+Blue) = 113+68+52=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #714434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714434 is #8EBBCB. Grayscale: #4F4F4F. Windows color (decimal): -9354188 or 3425393. OLE color: 3425393.

HSL color Cylindrical-coordinate representation of color #714434: hue angle of 15.74º 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 #714434 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 68 52 -
CMYK 0 0.40 0.54 0.56
HSL 15.74º 0.37% 0.32% -
HSV(B) 15.74º 0.54% 0.44% -
XYZ 9.5 7.89 4.27 -
YUV 79.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 113 68 52 0 0.40 0.54 0.56 15.74 0.37 0.32
Hex 71 44 34 0 28 36 38 10 25 20
Octal 161 104 64 0 50 66 70 20 45 40
Binary 1110001 1000100 110100 0 101000 110110 111000 10000 100101 100000

Color Harmonies of #714434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714434

Black with #714434

Text Example


Text Example

White with #714434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714434; }

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

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

background-color css

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

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

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

border-color css

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

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

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