Html Css Color HEX #714335 Peanut

📋 copy color: '#714335'

red 113 ◦ green 67 ◦ blue 53

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

Shades of Peanut #714335

Tints of Peanut #714335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.75%

R = 48.5%
G = 28.76%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#714335 (or 0x714335) is known color: Peanut. HEX triplet: 71, 43 and 35. RGB value is (113,67,53). Sum of RGB (Red+Green+Blue) = 113+67+53=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #714335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714335 is #8EBCCA. Grayscale: #4F4F4F. Windows color (decimal): -9354443 or 3490673. OLE color: 3490673.

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

Color convert

RGB 113 67 53 -
CMYK 0 0.41 0.53 0.56
HSL 14º 0.36% 0.33% -
HSV(B) 14º 0.53% 0.44% -
XYZ 9.46 7.78 4.37 -
YUV 79.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 113 67 53 0 0.41 0.53 0.56 14 0.36 0.33
Hex 71 43 35 0 29 35 38 E 24 21
Octal 161 103 65 0 51 65 70 16 44 41
Binary 1110001 1000011 110101 0 101001 110101 111000 1110 100100 100001

Color Harmonies of #714335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714335

Black with #714335

Text Example


Text Example

White with #714335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714335; }

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

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

background-color css

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

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

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

border-color css

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

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

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