Html Css Color HEX #CB8941 Peru

📋 copy color: '#CB8941'

red 203 ◦ green 137 ◦ blue 65

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

Shades of Peru #CB8941

Tints of Peru #CB8941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.05%

R = 50.12%
G = 33.83%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB8941 (or 0xCB8941) is known color: Peru. HEX triplet: CB, 89 and 41. RGB value is (203,137,65). Sum of RGB (Red+Green+Blue) = 203+137+65=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8941 is #3476BE. Grayscale: #949494. Windows color (decimal): -3438271 or 4295115. OLE color: 4295115.

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

Color convert

RGB 203 137 65 -
CMYK 0 0.33 0.68 0.20
HSL 31.3º 0.57% 0.53% -
HSV(B) 31.3º 0.68% 0.8% -
XYZ 34.53 30.97 9.16 -
YUV 148.53 80.87 166.85 -
System Red Green Blue C M Y K H S L
Decimal 203 137 65 0 0.33 0.68 0.20 31.3 0.57 0.53
Hex CB 89 41 0 21 44 14 1F 39 35
Octal 313 211 101 0 41 104 24 37 71 65
Binary 11001011 10001001 1000001 0 100001 1000100 10100 11111 111001 110101

Color Harmonies of #CB8941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8941

Black with #CB8941

Text Example


Text Example

White with #CB8941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8941; }

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

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

background-color css

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

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

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

border-color css

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

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

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