Html Css Color HEX #C38945 Anzac

📋 copy color: '#C38945'

red 195 ◦ green 137 ◦ blue 69

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

Shades of Anzac #C38945

Tints of Anzac #C38945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.21%

R = 48.63%
G = 34.16%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C38945 (or 0xC38945) is known color: Anzac. HEX triplet: C3, 89 and 45. RGB value is (195,137,69). Sum of RGB (Red+Green+Blue) = 195+137+69=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C38945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38945 is #3C76BA. Grayscale: #929292. Windows color (decimal): -3962555 or 4557251. OLE color: 4557251.

HSL color Cylindrical-coordinate representation of color #C38945: hue angle of 32.38º 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 #C38945 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 137 69 -
CMYK 0 0.30 0.65 0.24
HSL 32.38º 0.51% 0.52% -
HSV(B) 32.38º 0.65% 0.76% -
XYZ 32.53 29.92 9.69 -
YUV 146.59 84.22 162.53 -
System Red Green Blue C M Y K H S L
Decimal 195 137 69 0 0.30 0.65 0.24 32.38 0.51 0.52
Hex C3 89 45 0 1E 41 18 20 33 34
Octal 303 211 105 0 36 101 30 40 63 64
Binary 11000011 10001001 1000101 0 11110 1000001 11000 100000 110011 110100

Color Harmonies of #C38945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38945

Black with #C38945

Text Example


Text Example

White with #C38945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38945; }

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

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

background-color css

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

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

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

border-color css

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

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

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