Html Css Color HEX #C39442 Anzac

📋 copy color: '#C39442'

red 195 ◦ green 148 ◦ blue 66

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

Shades of Anzac #C39442

Tints of Anzac #C39442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.19%

 BLUE value IS 66 (26.17% from 255) = 16.14%

R = 47.68%
G = 36.19%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C39442 (or 0xC39442) is known color: Anzac. HEX triplet: C3, 94 and 42. RGB value is (195,148,66). Sum of RGB (Red+Green+Blue) = 195+148+66=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C39442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39442 is #3C6BBD. Grayscale: #999999. Windows color (decimal): -3959742 or 4363459. OLE color: 4363459.

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

Color convert

RGB 195 148 66 -
CMYK 0 0.24 0.66 0.24
HSL 38.14º 0.52% 0.51% -
HSV(B) 38.14º 0.66% 0.76% -
XYZ 34.08 33.18 9.76 -
YUV 152.71 79.07 158.17 -
System Red Green Blue C M Y K H S L
Decimal 195 148 66 0 0.24 0.66 0.24 38.14 0.52 0.51
Hex C3 94 42 0 18 42 18 26 34 33
Octal 303 224 102 0 30 102 30 46 64 63
Binary 11000011 10010100 1000010 0 11000 1000010 11000 100110 110100 110011

Color Harmonies of #C39442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39442

Black with #C39442

Text Example


Text Example

White with #C39442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39442; }

 p { color: rgb(195,148,66); }

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

background-color css

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

 a { background-color: rgb(195,148,66); }

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

border-color css

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

 span { border-color: rgb(195,148,66); }

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