Html Css Color HEX #C48741 Anzac

📋 copy color: '#C48741'

red 196 ◦ green 135 ◦ blue 65

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

Shades of Anzac #C48741

Tints of Anzac #C48741

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.09%

 BLUE value IS 65 (25.78% from 255) = 16.41%

R = 49.49%
G = 34.09%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C48741 (or 0xC48741) is known color: Anzac. HEX triplet: C4, 87 and 41. RGB value is (196,135,65). Sum of RGB (Red+Green+Blue) = 196+135+65=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C48741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48741 is #3B78BE. Grayscale: #919191. Windows color (decimal): -3897535 or 4294596. OLE color: 4294596.

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

Color convert

RGB 196 135 65 -
CMYK 0 0.31 0.67 0.23
HSL 32.06º 0.53% 0.51% -
HSV(B) 32.06º 0.67% 0.77% -
XYZ 32.38 29.45 8.98 -
YUV 145.26 82.71 164.19 -
System Red Green Blue C M Y K H S L
Decimal 196 135 65 0 0.31 0.67 0.23 32.06 0.53 0.51
Hex C4 87 41 0 1F 43 17 20 35 33
Octal 304 207 101 0 37 103 27 40 65 63
Binary 11000100 10000111 1000001 0 11111 1000011 10111 100000 110101 110011

Color Harmonies of #C48741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48741

Black with #C48741

Text Example


Text Example

White with #C48741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48741; }

 p { color: rgb(196,135,65); }

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

background-color css

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

 a { background-color: rgb(196,135,65); }

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

border-color css

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

 span { border-color: rgb(196,135,65); }

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