Html Css Color HEX #C48D3C Anzac

📋 copy color: '#C48D3C'

red 196 ◦ green 141 ◦ blue 60

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

Shades of Anzac #C48D3C

Tints of Anzac #C48D3C

RGB

 RED value IS 196 (76.95% from 255) = 49.37%

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

 BLUE value IS 60 (23.83% from 255) = 15.11%

R = 49.37%
G = 35.52%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C48D3C (or 0xC48D3C) is known color: Anzac. HEX triplet: C4, 8D and 3C. RGB value is (196,141,60). Sum of RGB (Red+Green+Blue) = 196+141+60=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D3C is #3B72C3. Grayscale: #949494. Windows color (decimal): -3896004 or 3968452. OLE color: 3968452.

HSL color Cylindrical-coordinate representation of color #C48D3C: hue angle of 35.74º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C48D3C is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 141 60 -
CMYK 0 0.28 0.69 0.23
HSL 35.74º 0.54% 0.5% -
HSV(B) 35.74º 0.69% 0.77% -
XYZ 33.11 31.11 8.54 -
YUV 148.21 78.22 162.09 -
System Red Green Blue C M Y K H S L
Decimal 196 141 60 0 0.28 0.69 0.23 35.74 0.54 0.5
Hex C4 8D 3C 0 1C 45 17 24 36 32
Octal 304 215 74 0 34 105 27 44 66 62
Binary 11000100 10001101 111100 0 11100 1000101 10111 100100 110110 110010

Color Harmonies of #C48D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D3C

Black with #C48D3C

Text Example


Text Example

White with #C48D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D3C; }

 p { color: rgb(196,141,60); }

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

background-color css

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

 a { background-color: rgb(196,141,60); }

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

border-color css

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

 span { border-color: rgb(196,141,60); }

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