Html Css Color HEX #C48F40 Anzac

📋 copy color: '#C48F40'

red 196 ◦ green 143 ◦ blue 64

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

Shades of Anzac #C48F40

Tints of Anzac #C48F40

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.48%

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

R = 48.64%
G = 35.48%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C48F40 (or 0xC48F40) is known color: Anzac. HEX triplet: C4, 8F and 40. RGB value is (196,143,64). Sum of RGB (Red+Green+Blue) = 196+143+64=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F40 is #3B70BF. Grayscale: #969696. Windows color (decimal): -3895488 or 4231108. OLE color: 4231108.

HSL color Cylindrical-coordinate representation of color #C48F40: hue angle of 35.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C48F40 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 143 64 -
CMYK 0 0.27 0.67 0.23
HSL 35.91º 0.53% 0.51% -
HSV(B) 35.91º 0.67% 0.77% -
XYZ 33.51 31.75 9.21 -
YUV 149.84 79.56 160.92 -
System Red Green Blue C M Y K H S L
Decimal 196 143 64 0 0.27 0.67 0.23 35.91 0.53 0.51
Hex C4 8F 40 0 1B 43 17 24 35 33
Octal 304 217 100 0 33 103 27 44 65 63
Binary 11000100 10001111 1000000 0 11011 1000011 10111 100100 110101 110011

Color Harmonies of #C48F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F40

Black with #C48F40

Text Example


Text Example

White with #C48F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F40; }

 p { color: rgb(196,143,64); }

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

background-color css

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

 a { background-color: rgb(196,143,64); }

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

border-color css

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

 span { border-color: rgb(196,143,64); }

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