Html Css Color HEX #CB873D Peru

📋 copy color: '#CB873D'

red 203 ◦ green 135 ◦ blue 61

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

Shades of Peru #CB873D

Tints of Peru #CB873D

RGB

 RED value IS 203 (79.69% from 255) = 50.88%

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

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

R = 50.88%
G = 33.83%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB873D (or 0xCB873D) is known color: Peru. HEX triplet: CB, 87 and 3D. RGB value is (203,135,61). Sum of RGB (Red+Green+Blue) = 203+135+61=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB873D is #3478C2. Grayscale: #939393. Windows color (decimal): -3438787 or 4032459. OLE color: 4032459.

HSL color Cylindrical-coordinate representation of color #CB873D: hue angle of 31.27º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB873D is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 135 61 -
CMYK 0 0.33 0.70 0.20
HSL 31.27º 0.58% 0.52% -
HSV(B) 31.27º 0.7% 0.8% -
XYZ 34.13 30.36 8.48 -
YUV 146.9 79.53 168.02 -
System Red Green Blue C M Y K H S L
Decimal 203 135 61 0 0.33 0.70 0.20 31.27 0.58 0.52
Hex CB 87 3D 0 21 46 14 1F 3A 34
Octal 313 207 75 0 41 106 24 37 72 64
Binary 11001011 10000111 111101 0 100001 1000110 10100 11111 111010 110100

Color Harmonies of #CB873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB873D

Black with #CB873D

Text Example


Text Example

White with #CB873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB873D; }

 p { color: rgb(203,135,61); }

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

background-color css

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

 a { background-color: rgb(203,135,61); }

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

border-color css

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

 span { border-color: rgb(203,135,61); }

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