Html Css Color HEX #714433 Cumin

📋 copy color: '#714433'

red 113 ◦ green 68 ◦ blue 51

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

Shades of Cumin #714433

Tints of Cumin #714433

RGB

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

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

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

R = 48.71%
G = 29.31%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#714433 (or 0x714433) is known color: Cumin. HEX triplet: 71, 44 and 33. RGB value is (113,68,51). Sum of RGB (Red+Green+Blue) = 113+68+51=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #714433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714433 is #8EBBCC. Grayscale: #4F4F4F. Windows color (decimal): -9354189 or 3359857. OLE color: 3359857.

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

Color convert

RGB 113 68 51 -
CMYK 0 0.40 0.55 0.56
HSL 16.45º 0.38% 0.32% -
HSV(B) 16.45º 0.55% 0.44% -
XYZ 9.47 7.88 4.15 -
YUV 79.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 113 68 51 0 0.40 0.55 0.56 16.45 0.38 0.32
Hex 71 44 33 0 28 37 38 10 26 20
Octal 161 104 63 0 50 67 70 20 46 40
Binary 1110001 1000100 110011 0 101000 110111 111000 10000 100110 100000

Color Harmonies of #714433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714433

Black with #714433

Text Example


Text Example

White with #714433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714433; }

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

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

background-color css

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

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

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

border-color css

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

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

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