Html Css Color HEX #714231 Cumin

📋 copy color: '#714231'

red 113 ◦ green 66 ◦ blue 49

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

Shades of Cumin #714231

Tints of Cumin #714231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.49%

R = 49.56%
G = 28.95%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#714231 (or 0x714231) is known color: Cumin. HEX triplet: 71, 42 and 31. RGB value is (113,66,49). Sum of RGB (Red+Green+Blue) = 113+66+49=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #714231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714231 is #8EBDCE. Grayscale: #4E4E4E. Windows color (decimal): -9354703 or 3228273. OLE color: 3228273.

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

Color convert

RGB 113 66 49 -
CMYK 0 0.42 0.57 0.56
HSL 15.94º 0.4% 0.32% -
HSV(B) 15.94º 0.57% 0.44% -
XYZ 9.31 7.63 3.89 -
YUV 78.12 111.57 152.88 -
System Red Green Blue C M Y K H S L
Decimal 113 66 49 0 0.42 0.57 0.56 15.94 0.4 0.32
Hex 71 42 31 0 2A 39 38 10 28 20
Octal 161 102 61 0 52 71 70 20 50 40
Binary 1110001 1000010 110001 0 101010 111001 111000 10000 101000 100000

Color Harmonies of #714231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714231

Black with #714231

Text Example


Text Example

White with #714231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714231; }

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

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

background-color css

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

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

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

border-color css

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

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

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