Html Css Color HEX #CB863D Peru

📋 copy color: '#CB863D'

red 203 ◦ green 134 ◦ blue 61

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

Shades of Peru #CB863D

Tints of Peru #CB863D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.67%

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

R = 51.01%
G = 33.67%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB863D (or 0xCB863D) is known color: Peru. HEX triplet: CB, 86 and 3D. RGB value is (203,134,61). Sum of RGB (Red+Green+Blue) = 203+134+61=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB863D is #3479C2. Grayscale: #929292. Windows color (decimal): -3439043 or 4032203. OLE color: 4032203.

HSL color Cylindrical-coordinate representation of color #CB863D: hue angle of 30.85º 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 #CB863D is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 134 61 -
CMYK 0 0.34 0.70 0.20
HSL 30.85º 0.58% 0.52% -
HSV(B) 30.85º 0.7% 0.8% -
XYZ 34 30.08 8.43 -
YUV 146.31 79.86 168.44 -
System Red Green Blue C M Y K H S L
Decimal 203 134 61 0 0.34 0.70 0.20 30.85 0.58 0.52
Hex CB 86 3D 0 22 46 14 1F 3A 34
Octal 313 206 75 0 42 106 24 37 72 64
Binary 11001011 10000110 111101 0 100010 1000110 10100 11111 111010 110100

Color Harmonies of #CB863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB863D

Black with #CB863D

Text Example


Text Example

White with #CB863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB863D; }

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

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

background-color css

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

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

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

border-color css

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

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

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