Html Css Color HEX #714838 Cumin

📋 copy color: '#714838'

red 113 ◦ green 72 ◦ blue 56

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

Shades of Cumin #714838

Tints of Cumin #714838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.88%

 BLUE value IS 56 (22.27% from 255) = 23.24%

R = 46.89%
G = 29.88%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#714838 (or 0x714838) is known color: Cumin. HEX triplet: 71, 48 and 38. RGB value is (113,72,56). Sum of RGB (Red+Green+Blue) = 113+72+56=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #714838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714838 is #8EB7C7. Grayscale: #525252. Windows color (decimal): -9353160 or 3688561. OLE color: 3688561.

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

Color convert

RGB 113 72 56 -
CMYK 0 0.36 0.50 0.56
HSL 16.84º 0.34% 0.33% -
HSV(B) 16.84º 0.5% 0.44% -
XYZ 9.84 8.43 4.85 -
YUV 82.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 113 72 56 0 0.36 0.50 0.56 16.84 0.34 0.33
Hex 71 48 38 0 24 32 38 11 22 21
Octal 161 110 70 0 44 62 70 21 42 41
Binary 1110001 1001000 111000 0 100100 110010 111000 10001 100010 100001

Color Harmonies of #714838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714838

Black with #714838

Text Example


Text Example

White with #714838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714838; }

 p { color: rgb(113,72,56); }

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

background-color css

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

 a { background-color: rgb(113,72,56); }

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

border-color css

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

 span { border-color: rgb(113,72,56); }

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