Html Css Color HEX #714435 Cumin

📋 copy color: '#714435'

red 113 ◦ green 68 ◦ blue 53

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

Shades of Cumin #714435

Tints of Cumin #714435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.65%

R = 48.29%
G = 29.06%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#714435 (or 0x714435) is known color: Cumin. HEX triplet: 71, 44 and 35. RGB value is (113,68,53). Sum of RGB (Red+Green+Blue) = 113+68+53=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #714435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714435 is #8EBBCA. Grayscale: #4F4F4F. Windows color (decimal): -9354187 or 3490929. OLE color: 3490929.

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

Color convert

RGB 113 68 53 -
CMYK 0 0.40 0.53 0.56
HSL 15º 0.36% 0.33% -
HSV(B) 15º 0.53% 0.44% -
XYZ 9.52 7.9 4.39 -
YUV 79.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 113 68 53 0 0.40 0.53 0.56 15 0.36 0.33
Hex 71 44 35 0 28 35 38 F 24 21
Octal 161 104 65 0 50 65 70 17 44 41
Binary 1110001 1000100 110101 0 101000 110101 111000 1111 100100 100001

Color Harmonies of #714435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714435

Black with #714435

Text Example


Text Example

White with #714435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714435; }

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

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

background-color css

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

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

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

border-color css

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

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

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