Html Css Color HEX #CB893B Peru

📋 copy color: '#CB893B'

red 203 ◦ green 137 ◦ blue 59

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

Shades of Peru #CB893B

Tints of Peru #CB893B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.34%

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

R = 50.88%
G = 34.34%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB893B (or 0xCB893B) is known color: Peru. HEX triplet: CB, 89 and 3B. RGB value is (203,137,59). Sum of RGB (Red+Green+Blue) = 203+137+59=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB893B is #3476C4. Grayscale: #949494. Windows color (decimal): -3438277 or 3901899. OLE color: 3901899.

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

Color convert

RGB 203 137 59 -
CMYK 0 0.33 0.71 0.20
HSL 32.5º 0.58% 0.51% -
HSV(B) 32.5º 0.71% 0.8% -
XYZ 34.36 30.9 8.29 -
YUV 147.84 77.87 167.34 -
System Red Green Blue C M Y K H S L
Decimal 203 137 59 0 0.33 0.71 0.20 32.5 0.58 0.51
Hex CB 89 3B 0 21 47 14 20 3A 33
Octal 313 211 73 0 41 107 24 40 72 63
Binary 11001011 10001001 111011 0 100001 1000111 10100 100000 111010 110011

Color Harmonies of #CB893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB893B

Black with #CB893B

Text Example


Text Example

White with #CB893B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB893B; }

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

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

background-color css

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

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

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

border-color css

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

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

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