Html Css Color HEX #CB7E3D Peru

📋 copy color: '#CB7E3D'

red 203 ◦ green 126 ◦ blue 61

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

Shades of Peru #CB7E3D

Tints of Peru #CB7E3D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.31%

 BLUE value IS 61 (24.22% from 255) = 15.64%

R = 52.05%
G = 32.31%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB7E3D (or 0xCB7E3D) is known color: Peru. HEX triplet: CB, 7E and 3D. RGB value is (203,126,61). Sum of RGB (Red+Green+Blue) = 203+126+61=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7E3D is #3481C2. Grayscale: #8D8D8D. Windows color (decimal): -3441091 or 4030155. OLE color: 4030155.

HSL color Cylindrical-coordinate representation of color #CB7E3D: hue angle of 27.46º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB7E3D is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 126 61 -
CMYK 0 0.38 0.70 0.20
HSL 27.46º 0.58% 0.52% -
HSV(B) 27.46º 0.7% 0.8% -
XYZ 32.93 27.96 8.08 -
YUV 141.61 82.51 171.79 -
System Red Green Blue C M Y K H S L
Decimal 203 126 61 0 0.38 0.70 0.20 27.46 0.58 0.52
Hex CB 7E 3D 0 26 46 14 1B 3A 34
Octal 313 176 75 0 46 106 24 33 72 64
Binary 11001011 1111110 111101 0 100110 1000110 10100 11011 111010 110100

Color Harmonies of #CB7E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7E3D

Black with #CB7E3D

Text Example


Text Example

White with #CB7E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7E3D; }

 p { color: rgb(203,126,61); }

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

background-color css

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

 a { background-color: rgb(203,126,61); }

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

border-color css

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

 span { border-color: rgb(203,126,61); }

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