#C38B45

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

Shades of Anzac #C38B45

Tints of Anzac #C38B45

Color information

#C38B45 (or 0xC38B45) is unknown color: approx Anzac. HEX triplet: C3, 8B and 45. RGB value is (195,139,69). Sum of RGB (Red+Green+Blue) = 195+139+69=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B45 is #3C74BA. Grayscale: #949494. Windows color (decimal): -3962043 or 4557763. OLE color: 4557763.

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

Color convert

RGB19513969-
CMYK00.290.650.24
HSL33.33º51.22%51.76%-
HSV(B)33.33º64.62%76.47%-
XYZ32.8130.59.79-
YUV147.7683.55161.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 139 (54.69% from 255) = 34.49%
BLUE value IS 69 (27.34% from 255) = 17.12%
R=48.39%
G=34.49%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951396900.290.650.2433.3351.2251.76
HexC38B4501D4118213334
Octal30321310503510130416364
Binary11000011100010111000101011101100000111000100001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38B45; }

 p { color: rgb(195,139,69); }

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

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

 a { background-color: rgb(195,139,69); }

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

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

 span { border-color: rgb(195,139,69); }

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