#C98B3D

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

Shades of Anzac #C98B3D

Tints of Anzac #C98B3D

Color information

#C98B3D (or 0xC98B3D) is unknown color: approx Anzac. HEX triplet: C9, 8B and 3D. RGB value is (201,139,61). Sum of RGB (Red+Green+Blue) = 201+139+61=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98B3D is #3674C2. Grayscale: #959595. Windows color (decimal): -3568835 or 4033481. OLE color: 4033481.

HSL color Cylindrical-coordinate representation of color #C98B3D: hue angle of 33.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C98B3D is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20113961-
CMYK00.310.700.21
HSL33.43º56.45%51.37%-
HSV(B)33.43º69.65%78.82%-
XYZ34.1631.228.64-
YUV148.6578.54165.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.12%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 61 (24.22% from 255) = 15.21%
R=50.12%
G=34.66%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011396100.310.700.2133.4356.4551.37
HexC98B3D01F4615213833
Octal3112137503710625417063
Binary1100100110001011111101011111100011010101100001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98B3D; }

 p { color: rgb(201,139,61); }

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

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

 a { background-color: rgb(201,139,61); }

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

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

 span { border-color: rgb(201,139,61); }

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