Html Css Color HEX #CB853F Peru

📋 copy color: '#CB853F'

red 203 ◦ green 133 ◦ blue 63

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

Shades of Peru #CB853F

Tints of Peru #CB853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.33%

 BLUE value IS 63 (25% from 255) = 15.79%

R = 50.88%
G = 33.33%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB853F (or 0xCB853F) is known color: Peru. HEX triplet: CB, 85 and 3F. RGB value is (203,133,63). Sum of RGB (Red+Green+Blue) = 203+133+63=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB853F is #347AC0. Grayscale: #929292. Windows color (decimal): -3439297 or 4163019. OLE color: 4163019.

HSL color Cylindrical-coordinate representation of color #CB853F: hue angle of 30º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB853F is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 133 63 -
CMYK 0 0.34 0.69 0.20
HSL 30º 0.57% 0.52% -
HSV(B) 30º 0.69% 0.8% -
XYZ 33.91 29.83 8.67 -
YUV 145.95 81.19 168.69 -
System Red Green Blue C M Y K H S L
Decimal 203 133 63 0 0.34 0.69 0.20 30 0.57 0.52
Hex CB 85 3F 0 22 45 14 1E 39 34
Octal 313 205 77 0 42 105 24 36 71 64
Binary 11001011 10000101 111111 0 100010 1000101 10100 11110 111001 110100

Color Harmonies of #CB853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB853F

Black with #CB853F

Text Example


Text Example

White with #CB853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB853F; }

 p { color: rgb(203,133,63); }

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

background-color css

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

 a { background-color: rgb(203,133,63); }

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

border-color css

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

 span { border-color: rgb(203,133,63); }

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