Html Css Color HEX #C3913E Anzac

📋 copy color: '#C3913E'

red 195 ◦ green 145 ◦ blue 62

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

Shades of Anzac #C3913E

Tints of Anzac #C3913E

RGB

 RED value IS 195 (76.56% from 255) = 48.51%

 GREEN value IS 145 (57.03% from 255) = 36.07%

 BLUE value IS 62 (24.61% from 255) = 15.42%

R = 48.51%
G = 36.07%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3913E (or 0xC3913E) is known color: Anzac. HEX triplet: C3, 91 and 3E. RGB value is (195,145,62). Sum of RGB (Red+Green+Blue) = 195+145+62=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3913E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3913E is #3C6EC1. Grayscale: #969696. Windows color (decimal): -3960514 or 4100547. OLE color: 4100547.

HSL color Cylindrical-coordinate representation of color #C3913E: hue angle of 37.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3913E is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 145 62 -
CMYK 0 0.26 0.68 0.24
HSL 37.44º 0.53% 0.5% -
HSV(B) 37.44º 0.68% 0.76% -
XYZ 33.5 32.2 9.01 -
YUV 150.49 78.07 159.75 -
System Red Green Blue C M Y K H S L
Decimal 195 145 62 0 0.26 0.68 0.24 37.44 0.53 0.5
Hex C3 91 3E 0 1A 44 18 25 35 32
Octal 303 221 76 0 32 104 30 45 65 62
Binary 11000011 10010001 111110 0 11010 1000100 11000 100101 110101 110010

Color Harmonies of #C3913E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3913E

Black with #C3913E

Text Example


Text Example

White with #C3913E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3913E; }

 p { color: rgb(195,145,62); }

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

background-color css

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

 a { background-color: rgb(195,145,62); }

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

border-color css

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

 span { border-color: rgb(195,145,62); }

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