Html Css Color HEX #C5874B Peru

📋 copy color: '#C5874B'

red 197 ◦ green 135 ◦ blue 75

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

Shades of Peru #C5874B

Tints of Peru #C5874B

RGB

 RED value IS 197 (77.34% from 255) = 48.4%

 GREEN value IS 135 (53.13% from 255) = 33.17%

 BLUE value IS 75 (29.69% from 255) = 18.43%

R = 48.4%
G = 33.17%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5874B (or 0xC5874B) is known color: Peru. HEX triplet: C5, 87 and 4B. RGB value is (197,135,75). Sum of RGB (Red+Green+Blue) = 197+135+75=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5874B is #3A78B4. Grayscale: #939393. Windows color (decimal): -3831989 or 4949957. OLE color: 4949957.

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

Color convert

RGB 197 135 75 -
CMYK 0 0.31 0.62 0.23
HSL 29.51º 0.51% 0.53% -
HSV(B) 29.51º 0.62% 0.77% -
XYZ 32.96 29.71 10.65 -
YUV 146.7 87.54 163.88 -
System Red Green Blue C M Y K H S L
Decimal 197 135 75 0 0.31 0.62 0.23 29.51 0.51 0.53
Hex C5 87 4B 0 1F 3E 17 1E 33 35
Octal 305 207 113 0 37 76 27 36 63 65
Binary 11000101 10000111 1001011 0 11111 111110 10111 11110 110011 110101

Color Harmonies of #C5874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5874B

Black with #C5874B

Text Example


Text Example

White with #C5874B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5874B; }

 p { color: rgb(197,135,75); }

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

background-color css

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

 a { background-color: rgb(197,135,75); }

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

border-color css

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

 span { border-color: rgb(197,135,75); }

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