Html Css Color HEX #C38C3E Anzac

📋 copy color: '#C38C3E'

red 195 ◦ green 140 ◦ blue 62

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

Shades of Anzac #C38C3E

Tints of Anzac #C38C3E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.26%

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

R = 49.12%
G = 35.26%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C38C3E (or 0xC38C3E) is known color: Anzac. HEX triplet: C3, 8C and 3E. RGB value is (195,140,62). Sum of RGB (Red+Green+Blue) = 195+140+62=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38C3E is #3C73C1. Grayscale: #939393. Windows color (decimal): -3961794 or 4099267. OLE color: 4099267.

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

Color convert

RGB 195 140 62 -
CMYK 0 0.28 0.68 0.24
HSL 35.19º 0.53% 0.5% -
HSV(B) 35.19º 0.68% 0.76% -
XYZ 32.75 30.71 8.76 -
YUV 147.55 79.72 161.84 -
System Red Green Blue C M Y K H S L
Decimal 195 140 62 0 0.28 0.68 0.24 35.19 0.53 0.5
Hex C3 8C 3E 0 1C 44 18 23 35 32
Octal 303 214 76 0 34 104 30 43 65 62
Binary 11000011 10001100 111110 0 11100 1000100 11000 100011 110101 110010

Color Harmonies of #C38C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C3E

Black with #C38C3E

Text Example


Text Example

White with #C38C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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