#C38748

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

Shades of Anzac #C38748

Tints of Anzac #C38748

Color information

#C38748 (or 0xC38748) is unknown color: approx Anzac. HEX triplet: C3, 87 and 48. RGB value is (195,135,72). Sum of RGB (Red+Green+Blue) = 195+135+72=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C38748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38748 is #3C78B7. Grayscale: #929292. Windows color (decimal): -3963064 or 4753347. OLE color: 4753347.

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

Color convert

RGB19513572-
CMYK00.310.630.24
HSL30.73º50.62%52.35%-
HSV(B)30.73º63.08%76.47%-
XYZ32.3429.410.1-
YUV145.7686.38163.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.51%
GREEN value IS 135 (53.12% from 255) = 33.58%
BLUE value IS 72 (28.52% from 255) = 17.91%
R=48.51%
G=33.58%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951357200.310.630.2430.7350.6252.35
HexC3874801F3F181f3334
Octal3032071100377730376364
Binary110000111000011110010000111111111111100011111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38748; }

 p { color: rgb(195,135,72); }

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

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

 a { background-color: rgb(195,135,72); }

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

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

 span { border-color: rgb(195,135,72); }

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