Html Css Color HEX #CA8744 Peru

📋 copy color: '#CA8744'

red 202 ◦ green 135 ◦ blue 68

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

Shades of Peru #CA8744

Tints of Peru #CA8744

RGB

 RED value IS 202 (79.3% from 255) = 49.88%

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

 BLUE value IS 68 (26.95% from 255) = 16.79%

R = 49.88%
G = 33.33%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA8744 (or 0xCA8744) is known color: Peru. HEX triplet: CA, 87 and 44. RGB value is (202,135,68). Sum of RGB (Red+Green+Blue) = 202+135+68=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8744 is #3578BB. Grayscale: #939393. Windows color (decimal): -3504316 or 4491210. OLE color: 4491210.

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

Color convert

RGB 202 135 68 -
CMYK 0 0.33 0.66 0.21
HSL 30º 0.56% 0.53% -
HSV(B) 30º 0.66% 0.79% -
XYZ 34.06 30.3 9.52 -
YUV 147.4 83.2 166.95 -
System Red Green Blue C M Y K H S L
Decimal 202 135 68 0 0.33 0.66 0.21 30 0.56 0.53
Hex CA 87 44 0 21 42 15 1E 38 35
Octal 312 207 104 0 41 102 25 36 70 65
Binary 11001010 10000111 1000100 0 100001 1000010 10101 11110 111000 110101

Color Harmonies of #CA8744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8744

Black with #CA8744

Text Example


Text Example

White with #CA8744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8744; }

 p { color: rgb(202,135,68); }

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

background-color css

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

 a { background-color: rgb(202,135,68); }

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

border-color css

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

 span { border-color: rgb(202,135,68); }

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