Html Css Color HEX #CA873B Peru

📋 copy color: '#CA873B'

red 202 ◦ green 135 ◦ blue 59

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

Shades of Peru #CA873B

Tints of Peru #CA873B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.9%

R = 51.01%
G = 34.09%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA873B (or 0xCA873B) is known color: Peru. HEX triplet: CA, 87 and 3B. RGB value is (202,135,59). Sum of RGB (Red+Green+Blue) = 202+135+59=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA873B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA873B is #3578C4. Grayscale: #929292. Windows color (decimal): -3504325 or 3901386. OLE color: 3901386.

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

Color convert

RGB 202 135 59 -
CMYK 0 0.33 0.71 0.21
HSL 31.89º 0.57% 0.51% -
HSV(B) 31.89º 0.71% 0.79% -
XYZ 33.81 30.2 8.18 -
YUV 146.37 78.7 167.68 -
System Red Green Blue C M Y K H S L
Decimal 202 135 59 0 0.33 0.71 0.21 31.89 0.57 0.51
Hex CA 87 3B 0 21 47 15 20 39 33
Octal 312 207 73 0 41 107 25 40 71 63
Binary 11001010 10000111 111011 0 100001 1000111 10101 100000 111001 110011

Color Harmonies of #CA873B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA873B

Black with #CA873B

Text Example


Text Example

White with #CA873B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA873B; }

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

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

background-color css

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

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

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

border-color css

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

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

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