Html Css Color HEX #C48847 Anzac

📋 copy color: '#C48847'

red 196 ◦ green 136 ◦ blue 71

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

Shades of Anzac #C48847

Tints of Anzac #C48847

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.75%

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

R = 48.64%
G = 33.75%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C48847 (or 0xC48847) is known color: Anzac. HEX triplet: C4, 88 and 47. RGB value is (196,136,71). Sum of RGB (Red+Green+Blue) = 196+136+71=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C48847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48847 is #3B77B8. Grayscale: #929292. Windows color (decimal): -3897273 or 4688068. OLE color: 4688068.

HSL color Cylindrical-coordinate representation of color #C48847: hue angle of 31.2º 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 #C48847 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 136 71 -
CMYK 0 0.31 0.64 0.23
HSL 31.2º 0.51% 0.52% -
HSV(B) 31.2º 0.64% 0.77% -
XYZ 32.71 29.8 9.99 -
YUV 146.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 196 136 71 0 0.31 0.64 0.23 31.2 0.51 0.52
Hex C4 88 47 0 1F 40 17 1F 33 34
Octal 304 210 107 0 37 100 27 37 63 64
Binary 11000100 10001000 1000111 0 11111 1000000 10111 11111 110011 110100

Color Harmonies of #C48847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48847

Black with #C48847

Text Example


Text Example

White with #C48847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48847; }

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

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

background-color css

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

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

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

border-color css

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

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

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