Html Css Color HEX #C38644 Anzac

📋 copy color: '#C38644'

red 195 ◦ green 134 ◦ blue 68

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

Shades of Anzac #C38644

Tints of Anzac #C38644

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.75%

 BLUE value IS 68 (26.95% from 255) = 17.13%

R = 49.12%
G = 33.75%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C38644 (or 0xC38644) is known color: Anzac. HEX triplet: C3, 86 and 44. RGB value is (195,134,68). Sum of RGB (Red+Green+Blue) = 195+134+68=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C38644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38644 is #3C79BB. Grayscale: #919191. Windows color (decimal): -3963324 or 4490947. OLE color: 4490947.

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

Color convert

RGB 195 134 68 -
CMYK 0 0.31 0.65 0.24
HSL 31.18º 0.51% 0.52% -
HSV(B) 31.18º 0.65% 0.76% -
XYZ 32.07 29.07 9.39 -
YUV 144.72 84.71 163.87 -
System Red Green Blue C M Y K H S L
Decimal 195 134 68 0 0.31 0.65 0.24 31.18 0.51 0.52
Hex C3 86 44 0 1F 41 18 1F 33 34
Octal 303 206 104 0 37 101 30 37 63 64
Binary 11000011 10000110 1000100 0 11111 1000001 11000 11111 110011 110100

Color Harmonies of #C38644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38644

Black with #C38644

Text Example


Text Example

White with #C38644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38644; }

 p { color: rgb(195,134,68); }

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

background-color css

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

 a { background-color: rgb(195,134,68); }

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

border-color css

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

 span { border-color: rgb(195,134,68); }

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