#C38C42

Color #C38C42 Anzac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anzac #C38C42

Tints of Anzac #C38C42

Color information

#C38C42 (or 0xC38C42) is unknown color: approx Anzac. HEX triplet: C3, 8C and 42. RGB value is (195,140,66). Sum of RGB (Red+Green+Blue) = 195+140+66=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38C42 is #3C73BD. Grayscale: #949494. Windows color (decimal): -3961790 or 4361411. OLE color: 4361411.

HSL color Cylindrical-coordinate representation of color #C38C42: hue angle of 34.42º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C38C42 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB19514066-
CMYK00.280.660.24
HSL34.42º51.81%51.18%-
HSV(B)34.42º66.15%76.47%-
XYZ32.8730.759.36-
YUV148.0181.72161.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.63%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 66 (26.17% from 255) = 16.46%
R=48.63%
G=34.91%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951406600.280.660.2434.4251.8151.18
HexC38C4201C4218223433
Octal30321410203410230426463
Binary11000011100011001000010011100100001011000100010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C42; }

 p { color: rgb(195,140,66); }

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

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

 a { background-color: rgb(195,140,66); }

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

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

 span { border-color: rgb(195,140,66); }

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