Html Css Color HEX #C39340 Anzac

📋 copy color: '#C39340'

red 195 ◦ green 147 ◦ blue 64

#C39340
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anzac #C39340

Tints of Anzac #C39340

RGB

 RED value IS 195 (76.56% from 255) = 48.03%

 GREEN value IS 147 (57.81% from 255) = 36.21%

 BLUE value IS 64 (25.39% from 255) = 15.76%

R = 48.03%
G = 36.21%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C39340 (or 0xC39340) is known color: Anzac. HEX triplet: C3, 93 and 40. RGB value is (195,147,64). Sum of RGB (Red+Green+Blue) = 195+147+64=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C39340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39340 is #3C6CBF. Grayscale: #989898. Windows color (decimal): -3960000 or 4232131. OLE color: 4232131.

HSL color Cylindrical-coordinate representation of color #C39340: hue angle of 38.02º 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 #C39340 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 147 64 -
CMYK 0 0.25 0.67 0.24
HSL 38.02º 0.52% 0.51% -
HSV(B) 38.02º 0.67% 0.76% -
XYZ 33.86 32.84 9.4 -
YUV 151.89 78.4 158.75 -
System Red Green Blue C M Y K H S L
Decimal 195 147 64 0 0.25 0.67 0.24 38.02 0.52 0.51
Hex C3 93 40 0 19 43 18 26 34 33
Octal 303 223 100 0 31 103 30 46 64 63
Binary 11000011 10010011 1000000 0 11001 1000011 11000 100110 110100 110011

Color Harmonies of #C39340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39340

Black with #C39340

Text Example


Text Example

White with #C39340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39340; }

 p { color: rgb(195,147,64); }

 H1.HeaderClassName
 {
   color: #C39340;
 }
 .AnyTagClassName
 {
   color: #C39340;
 }
</style>

background-color css

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

 a { background-color: rgb(195,147,64); }

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

border-color css

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

 span { border-color: rgb(195,147,64); }

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