Html Css Color HEX #CB853B Peru

📋 copy color: '#CB853B'

red 203 ◦ green 133 ◦ blue 59

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

Shades of Peru #CB853B

Tints of Peru #CB853B

RGB

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

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

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

R = 51.39%
G = 33.67%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB853B (or 0xCB853B) is known color: Peru. HEX triplet: CB, 85 and 3B. RGB value is (203,133,59). Sum of RGB (Red+Green+Blue) = 203+133+59=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB853B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB853B is #347AC4. Grayscale: #919191. Windows color (decimal): -3439301 or 3900875. OLE color: 3900875.

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

Color convert

RGB 203 133 59 -
CMYK 0 0.34 0.71 0.20
HSL 30.83º 0.58% 0.51% -
HSV(B) 30.83º 0.71% 0.8% -
XYZ 33.81 29.79 8.11 -
YUV 145.49 79.19 169.02 -
System Red Green Blue C M Y K H S L
Decimal 203 133 59 0 0.34 0.71 0.20 30.83 0.58 0.51
Hex CB 85 3B 0 22 47 14 1F 3A 33
Octal 313 205 73 0 42 107 24 37 72 63
Binary 11001011 10000101 111011 0 100010 1000111 10100 11111 111010 110011

Color Harmonies of #CB853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB853B

Black with #CB853B

Text Example


Text Example

White with #CB853B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB853B; }

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

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

background-color css

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

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

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

border-color css

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

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

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