#652B27

Color #652B27 Kenyan Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kenyan Copper #652B27

Tints of Kenyan Copper #652B27

Color information

#652B27 (or 0x652B27) is unknown color: approx Kenyan Copper. HEX triplet: 65, 2B and 27. RGB value is (101,43,39). Sum of RGB (Red+Green+Blue) = 101+43+39=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #652B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652B27 is #9AD4D8. Grayscale: #3B3B3B. Windows color (decimal): -10147033 or 2567013. OLE color: 2567013.

HSL color Cylindrical-coordinate representation of color #652B27: hue angle of 3.87º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #652B27 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB1014339-
CMYK00.570.610.60
HSL3.87º44.29%27.45%-
HSV(B)3.87º61.39%39.61%-
XYZ6.64.642.47-
YUV59.89116.22157.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.19%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 39 (15.62% from 255) = 21.31%
R=55.19%
G=23.50%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101433900.570.610.603.8744.2927.45
Hex652B270393D3C42c1b
Octal1455347071757445433
Binary1100101101011100111011100111110111110010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652B27; }

 p { color: rgb(101,43,39); }

 H1.HeaderClassName
 {
   color: #652B27;
 }
 .AnyTagClassName
 {
   color: #652B27;
 }
</style>
background-color css

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

 a { background-color: rgb(101,43,39); }

 div.DivClassName
 {
   background-color: #652B27;
 }
 .BgClassName
 {
   background-color: #652B27;
 }
</style>
border-color css

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

 span { border-color: rgb(101,43,39); }

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