Html Css Color HEX #C4843D Peru

📋 copy color: '#C4843D'

red 196 ◦ green 132 ◦ blue 61

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

Shades of Peru #C4843D

Tints of Peru #C4843D

RGB

 RED value IS 196 (76.95% from 255) = 50.39%

 GREEN value IS 132 (51.95% from 255) = 33.93%

 BLUE value IS 61 (24.22% from 255) = 15.68%

R = 50.39%
G = 33.93%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4843D (or 0xC4843D) is known color: Peru. HEX triplet: C4, 84 and 3D. RGB value is (196,132,61). Sum of RGB (Red+Green+Blue) = 196+132+61=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4843D is #3B7BC2. Grayscale: #8F8F8F. Windows color (decimal): -3898307 or 4031684. OLE color: 4031684.

HSL color Cylindrical-coordinate representation of color #C4843D: hue angle of 31.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4843D is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 132 61 -
CMYK 0 0.33 0.69 0.23
HSL 31.56º 0.53% 0.5% -
HSV(B) 31.56º 0.69% 0.77% -
XYZ 31.86 28.58 8.25 -
YUV 143.04 81.7 165.77 -
System Red Green Blue C M Y K H S L
Decimal 196 132 61 0 0.33 0.69 0.23 31.56 0.53 0.5
Hex C4 84 3D 0 21 45 17 20 35 32
Octal 304 204 75 0 41 105 27 40 65 62
Binary 11000100 10000100 111101 0 100001 1000101 10111 100000 110101 110010

Color Harmonies of #C4843D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4843D

Black with #C4843D

Text Example


Text Example

White with #C4843D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4843D; }

 p { color: rgb(196,132,61); }

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

background-color css

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

 a { background-color: rgb(196,132,61); }

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

border-color css

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

 span { border-color: rgb(196,132,61); }

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