Html Css Color HEX #714232 Cumin

📋 copy color: '#714232'

red 113 ◦ green 66 ◦ blue 50

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

Shades of Cumin #714232

Tints of Cumin #714232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.82%

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

R = 49.34%
G = 28.82%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#714232 (or 0x714232) is known color: Cumin. HEX triplet: 71, 42 and 32. RGB value is (113,66,50). Sum of RGB (Red+Green+Blue) = 113+66+50=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #714232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714232 is #8EBDCD. Grayscale: #4E4E4E. Windows color (decimal): -9354702 or 3293809. OLE color: 3293809.

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

Color convert

RGB 113 66 50 -
CMYK 0 0.42 0.56 0.56
HSL 15.24º 0.39% 0.32% -
HSV(B) 15.24º 0.56% 0.44% -
XYZ 9.33 7.64 4 -
YUV 78.23 112.07 152.8 -
System Red Green Blue C M Y K H S L
Decimal 113 66 50 0 0.42 0.56 0.56 15.24 0.39 0.32
Hex 71 42 32 0 2A 38 38 F 27 20
Octal 161 102 62 0 52 70 70 17 47 40
Binary 1110001 1000010 110010 0 101010 111000 111000 1111 100111 100000

Color Harmonies of #714232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714232

Black with #714232

Text Example


Text Example

White with #714232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714232; }

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

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

background-color css

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

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

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

border-color css

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

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

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