#632F2A

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

Shades of Kenyan Copper #632F2A

Tints of Kenyan Copper #632F2A

Color information

#632F2A (or 0x632F2A) is unknown color: approx Kenyan Copper. HEX triplet: 63, 2F and 2A. RGB value is (99,47,42). Sum of RGB (Red+Green+Blue) = 99+47+42=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #632F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632F2A is #9CD0D5. Grayscale: #3E3E3E. Windows color (decimal): -10277078 or 2764643. OLE color: 2764643.

HSL color Cylindrical-coordinate representation of color #632F2A: hue angle of 5.26º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #632F2A is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB994742-
CMYK00.530.580.61
HSL5.26º40.43%27.65%-
HSV(B)5.26º57.58%38.82%-
XYZ6.584.852.78-
YUV61.98116.73154.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.66%
GREEN value IS 47 (18.75% from 255) = 25%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=52.66%
G=25%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99474200.530.580.615.2640.4327.65
Hex632F2A0353A3D5281c
Octal1435752065727555034
Binary1100011101111101010011010111101011110110110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632F2A; }

 p { color: rgb(99,47,42); }

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

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

 a { background-color: rgb(99,47,42); }

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

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

 span { border-color: rgb(99,47,42); }

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