Html Css Color HEX #C38D40 Anzac

📋 copy color: '#C38D40'

red 195 ◦ green 141 ◦ blue 64

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

Shades of Anzac #C38D40

Tints of Anzac #C38D40

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.25%

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

R = 48.75%
G = 35.25%
B = 16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C38D40 (or 0xC38D40) is known color: Anzac. HEX triplet: C3, 8D and 40. RGB value is (195,141,64). Sum of RGB (Red+Green+Blue) = 195+141+64=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D40 is #3C72BF. Grayscale: #949494. Windows color (decimal): -3961536 or 4230595. OLE color: 4230595.

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

Color convert

RGB 195 141 64 -
CMYK 0 0.28 0.67 0.24
HSL 35.27º 0.52% 0.51% -
HSV(B) 35.27º 0.67% 0.76% -
XYZ 32.96 31.02 9.1 -
YUV 148.37 80.39 161.26 -
System Red Green Blue C M Y K H S L
Decimal 195 141 64 0 0.28 0.67 0.24 35.27 0.52 0.51
Hex C3 8D 40 0 1C 43 18 23 34 33
Octal 303 215 100 0 34 103 30 43 64 63
Binary 11000011 10001101 1000000 0 11100 1000011 11000 100011 110100 110011

Color Harmonies of #C38D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D40

Black with #C38D40

Text Example


Text Example

White with #C38D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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