#C38E3E

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

Shades of Anzac #C38E3E

Tints of Anzac #C38E3E

Color information

#C38E3E (or 0xC38E3E) is unknown color: approx Anzac. HEX triplet: C3, 8E and 3E. RGB value is (195,142,62). Sum of RGB (Red+Green+Blue) = 195+142+62=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38E3E is #3C71C1. Grayscale: #959595. Windows color (decimal): -3961282 or 4099779. OLE color: 4099779.

HSL color Cylindrical-coordinate representation of color #C38E3E: hue angle of 36.09º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C38E3E is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19514262-
CMYK00.270.680.24
HSL36.09º52.57%50.39%-
HSV(B)36.09º68.21%76.47%-
XYZ33.0531.38.86-
YUV148.7379.06161-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 142 (55.86% from 255) = 35.59%
BLUE value IS 62 (24.61% from 255) = 15.54%
R=48.87%
G=35.59%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951426200.270.680.2436.0952.5750.39
HexC38E3E01B4418243532
Octal3032167603310430446562
Binary1100001110001110111110011011100010011000100100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E3E; }

 p { color: rgb(195,142,62); }

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

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

 a { background-color: rgb(195,142,62); }

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

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

 span { border-color: rgb(195,142,62); }

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