Html Css Color HEX #C48A47 Anzac

📋 copy color: '#C48A47'

red 196 ◦ green 138 ◦ blue 71

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

Shades of Anzac #C48A47

Tints of Anzac #C48A47

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.07%

 BLUE value IS 71 (28.13% from 255) = 17.53%

R = 48.4%
G = 34.07%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C48A47 (or 0xC48A47) is known color: Anzac. HEX triplet: C4, 8A and 47. RGB value is (196,138,71). Sum of RGB (Red+Green+Blue) = 196+138+71=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A47 is #3B75B8. Grayscale: #949494. Windows color (decimal): -3896761 or 4688580. OLE color: 4688580.

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

Color convert

RGB 196 138 71 -
CMYK 0 0.30 0.64 0.23
HSL 32.16º 0.51% 0.52% -
HSV(B) 32.16º 0.64% 0.77% -
XYZ 32.99 30.37 10.08 -
YUV 147.7 84.72 162.45 -
System Red Green Blue C M Y K H S L
Decimal 196 138 71 0 0.30 0.64 0.23 32.16 0.51 0.52
Hex C4 8A 47 0 1E 40 17 20 33 34
Octal 304 212 107 0 36 100 27 40 63 64
Binary 11000100 10001010 1000111 0 11110 1000000 10111 100000 110011 110100

Color Harmonies of #C48A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A47

Black with #C48A47

Text Example


Text Example

White with #C48A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A47; }

 p { color: rgb(196,138,71); }

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

background-color css

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

 a { background-color: rgb(196,138,71); }

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

border-color css

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

 span { border-color: rgb(196,138,71); }

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