Html Css Color HEX #CB893A Peru

📋 copy color: '#CB893A'

red 203 ◦ green 137 ◦ blue 58

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

Shades of Peru #CB893A

Tints of Peru #CB893A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.57%

R = 51.01%
G = 34.42%
B = 14.57%

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

#CB893A (or 0xCB893A) is known color: Peru. HEX triplet: CB, 89 and 3A. RGB value is (203,137,58). Sum of RGB (Red+Green+Blue) = 203+137+58=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 58 (23.05% from 255 or 14.57% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB893A is #3476C5. Grayscale: #949494. Windows color (decimal): -3438278 or 3836363. OLE color: 3836363.

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

Color convert

RGB 203 137 58 -
CMYK 0 0.33 0.71 0.20
HSL 32.69º 0.58% 0.51% -
HSV(B) 32.69º 0.71% 0.8% -
XYZ 34.34 30.89 8.16 -
YUV 147.73 77.37 167.42 -
System Red Green Blue C M Y K H S L
Decimal 203 137 58 0 0.33 0.71 0.20 32.69 0.58 0.51
Hex CB 89 3A 0 21 47 14 21 3A 33
Octal 313 211 72 0 41 107 24 41 72 63
Binary 11001011 10001001 111010 0 100001 1000111 10100 100001 111010 110011

Color Harmonies of #CB893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB893A

Black with #CB893A

Text Example


Text Example

White with #CB893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB893A; }

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

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

background-color css

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

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

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

border-color css

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

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

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