Html Css Color HEX #C38946 Anzac

📋 copy color: '#C38946'

red 195 ◦ green 137 ◦ blue 70

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

Shades of Anzac #C38946

Tints of Anzac #C38946

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.08%

 BLUE value IS 70 (27.73% from 255) = 17.41%

R = 48.51%
G = 34.08%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C38946 (or 0xC38946) is known color: Anzac. HEX triplet: C3, 89 and 46. RGB value is (195,137,70). Sum of RGB (Red+Green+Blue) = 195+137+70=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C38946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38946 is #3C76B9. Grayscale: #939393. Windows color (decimal): -3962554 or 4622787. OLE color: 4622787.

HSL color Cylindrical-coordinate representation of color #C38946: hue angle of 32.16º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C38946 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 137 70 -
CMYK 0 0.30 0.64 0.24
HSL 32.16º 0.51% 0.52% -
HSV(B) 32.16º 0.64% 0.76% -
XYZ 32.56 29.94 9.86 -
YUV 146.7 84.72 162.45 -
System Red Green Blue C M Y K H S L
Decimal 195 137 70 0 0.30 0.64 0.24 32.16 0.51 0.52
Hex C3 89 46 0 1E 40 18 20 33 34
Octal 303 211 106 0 36 100 30 40 63 64
Binary 11000011 10001001 1000110 0 11110 1000000 11000 100000 110011 110100

Color Harmonies of #C38946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38946

Black with #C38946

Text Example


Text Example

White with #C38946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38946; }

 p { color: rgb(195,137,70); }

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

background-color css

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

 a { background-color: rgb(195,137,70); }

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

border-color css

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

 span { border-color: rgb(195,137,70); }

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