Html Css Color HEX #744235 Peanut

📋 copy color: '#744235'

red 116 ◦ green 66 ◦ blue 53

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

Shades of Peanut #744235

Tints of Peanut #744235

RGB

 RED value IS 116 (45.7% from 255) = 49.36%

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

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

R = 49.36%
G = 28.09%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#744235 (or 0x744235) is known color: Peanut. HEX triplet: 74, 42 and 35. RGB value is (116,66,53). Sum of RGB (Red+Green+Blue) = 116+66+53=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #744235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744235 is #8BBDCA. Grayscale: #4F4F4F. Windows color (decimal): -9158091 or 3490420. OLE color: 3490420.

HSL color Cylindrical-coordinate representation of color #744235: hue angle of 12.38º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #744235 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 66 53 -
CMYK 0 0.43 0.54 0.55
HSL 12.38º 0.37% 0.33% -
HSV(B) 12.38º 0.54% 0.45% -
XYZ 9.79 7.87 4.37 -
YUV 79.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 116 66 53 0 0.43 0.54 0.55 12.38 0.37 0.33
Hex 74 42 35 0 2B 36 37 C 25 21
Octal 164 102 65 0 53 66 67 14 45 41
Binary 1110100 1000010 110101 0 101011 110110 110111 1100 100101 100001

Color Harmonies of #744235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744235

Black with #744235

Text Example


Text Example

White with #744235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744235; }

 p { color: rgb(116,66,53); }

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

background-color css

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

 a { background-color: rgb(116,66,53); }

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

border-color css

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

 span { border-color: rgb(116,66,53); }

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