Html Css Color HEX #C48B47 Anzac

📋 copy color: '#C48B47'

red 196 ◦ green 139 ◦ blue 71

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

Shades of Anzac #C48B47

Tints of Anzac #C48B47

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.24%

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

R = 48.28%
G = 34.24%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C48B47 (or 0xC48B47) is known color: Anzac. HEX triplet: C4, 8B and 47. RGB value is (196,139,71). Sum of RGB (Red+Green+Blue) = 196+139+71=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48B47 is #3B74B8. Grayscale: #949494. Windows color (decimal): -3896505 or 4688836. OLE color: 4688836.

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

Color convert

RGB 196 139 71 -
CMYK 0 0.29 0.64 0.23
HSL 32.64º 0.51% 0.52% -
HSV(B) 32.64º 0.64% 0.77% -
XYZ 33.13 30.66 10.13 -
YUV 148.29 84.38 162.03 -
System Red Green Blue C M Y K H S L
Decimal 196 139 71 0 0.29 0.64 0.23 32.64 0.51 0.52
Hex C4 8B 47 0 1D 40 17 21 33 34
Octal 304 213 107 0 35 100 27 41 63 64
Binary 11000100 10001011 1000111 0 11101 1000000 10111 100001 110011 110100

Color Harmonies of #C48B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48B47

Black with #C48B47

Text Example


Text Example

White with #C48B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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