Html Css Color HEX #C7953B Anzac

📋 copy color: '#C7953B'

red 199 ◦ green 149 ◦ blue 59

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

Shades of Anzac #C7953B

Tints of Anzac #C7953B

RGB

 RED value IS 199 (78.13% from 255) = 48.89%

 GREEN value IS 149 (58.59% from 255) = 36.61%

 BLUE value IS 59 (23.44% from 255) = 14.5%

R = 48.89%
G = 36.61%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7953B (or 0xC7953B) is known color: Anzac. HEX triplet: C7, 95 and 3B. RGB value is (199,149,59). Sum of RGB (Red+Green+Blue) = 199+149+59=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7953B is #386AC4. Grayscale: #9A9A9A. Windows color (decimal): -3697349 or 3904967. OLE color: 3904967.

HSL color Cylindrical-coordinate representation of color #C7953B: hue angle of 38.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7953B is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 149 59 -
CMYK 0 0.25 0.70 0.22
HSL 38.57º 0.56% 0.51% -
HSV(B) 38.57º 0.7% 0.78% -
XYZ 35.09 33.95 8.84 -
YUV 153.69 74.57 160.32 -
System Red Green Blue C M Y K H S L
Decimal 199 149 59 0 0.25 0.70 0.22 38.57 0.56 0.51
Hex C7 95 3B 0 19 46 16 27 38 33
Octal 307 225 73 0 31 106 26 47 70 63
Binary 11000111 10010101 111011 0 11001 1000110 10110 100111 111000 110011

Color Harmonies of #C7953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7953B

Black with #C7953B

Text Example


Text Example

White with #C7953B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7953B; }

 p { color: rgb(199,149,59); }

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

background-color css

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

 a { background-color: rgb(199,149,59); }

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

border-color css

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

 span { border-color: rgb(199,149,59); }

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