Html Css Color HEX #C39940 Anzac

📋 copy color: '#C39940'

red 195 ◦ green 153 ◦ blue 64

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

Shades of Anzac #C39940

Tints of Anzac #C39940

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.14%

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

R = 47.33%
G = 37.14%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C39940 (or 0xC39940) is known color: Anzac. HEX triplet: C3, 99 and 40. RGB value is (195,153,64). Sum of RGB (Red+Green+Blue) = 195+153+64=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C39940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39940 is #3C66BF. Grayscale: #9B9B9B. Windows color (decimal): -3958464 or 4233667. OLE color: 4233667.

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

Color convert

RGB 195 153 64 -
CMYK 0 0.22 0.67 0.24
HSL 40.76º 0.52% 0.51% -
HSV(B) 40.76º 0.67% 0.76% -
XYZ 34.82 34.75 9.72 -
YUV 155.41 76.41 156.24 -
System Red Green Blue C M Y K H S L
Decimal 195 153 64 0 0.22 0.67 0.24 40.76 0.52 0.51
Hex C3 99 40 0 16 43 18 29 34 33
Octal 303 231 100 0 26 103 30 51 64 63
Binary 11000011 10011001 1000000 0 10110 1000011 11000 101001 110100 110011

Color Harmonies of #C39940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39940

Black with #C39940

Text Example


Text Example

White with #C39940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39940; }

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

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

background-color css

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

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

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

border-color css

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

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

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