Html Css Color HEX #714333 Cumin

📋 copy color: '#714333'

red 113 ◦ green 67 ◦ blue 51

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

Shades of Cumin #714333

Tints of Cumin #714333

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29%

 BLUE value IS 51 (20.31% from 255) = 22.08%

R = 48.92%
G = 29%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#714333 (or 0x714333) is known color: Cumin. HEX triplet: 71, 43 and 33. RGB value is (113,67,51). Sum of RGB (Red+Green+Blue) = 113+67+51=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #714333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714333 is #8EBCCC. Grayscale: #4F4F4F. Windows color (decimal): -9354445 or 3359601. OLE color: 3359601.

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

Color convert

RGB 113 67 51 -
CMYK 0 0.41 0.55 0.56
HSL 15.48º 0.38% 0.32% -
HSV(B) 15.48º 0.55% 0.44% -
XYZ 9.41 7.76 4.13 -
YUV 78.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 113 67 51 0 0.41 0.55 0.56 15.48 0.38 0.32
Hex 71 43 33 0 29 37 38 F 26 20
Octal 161 103 63 0 51 67 70 17 46 40
Binary 1110001 1000011 110011 0 101001 110111 111000 1111 100110 100000

Color Harmonies of #714333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714333

Black with #714333

Text Example


Text Example

White with #714333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714333; }

 p { color: rgb(113,67,51); }

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

background-color css

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

 a { background-color: rgb(113,67,51); }

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

border-color css

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

 span { border-color: rgb(113,67,51); }

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