#C38B41

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

Shades of Anzac #C38B41

Tints of Anzac #C38B41

Color information

#C38B41 (or 0xC38B41) is unknown color: approx Anzac. HEX triplet: C3, 8B and 41. RGB value is (195,139,65). Sum of RGB (Red+Green+Blue) = 195+139+65=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B41 is #3C74BE. Grayscale: #939393. Windows color (decimal): -3962047 or 4295619. OLE color: 4295619.

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

Color convert

RGB19513965-
CMYK00.290.670.24
HSL34.15º52%50.98%-
HSV(B)34.15º66.67%76.47%-
XYZ32.6930.459.16-
YUV147.3181.55162.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 139 (54.69% from 255) = 34.84%
BLUE value IS 65 (25.78% from 255) = 16.29%
R=48.87%
G=34.84%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951396500.290.670.2434.155250.98
HexC38B4101D4318223433
Octal30321310103510330426463
Binary11000011100010111000001011101100001111000100010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38B41; }

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

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

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

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

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

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

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

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