Html Css Color HEX #C38C41 Anzac

📋 copy color: '#C38C41'

red 195 ◦ green 140 ◦ blue 65

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

Shades of Anzac #C38C41

Tints of Anzac #C38C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.25%

R = 48.75%
G = 35%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C38C41 (or 0xC38C41) is known color: Anzac. HEX triplet: C3, 8C and 41. RGB value is (195,140,65). Sum of RGB (Red+Green+Blue) = 195+140+65=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38C41 is #3C73BE. Grayscale: #949494. Windows color (decimal): -3961791 or 4295875. OLE color: 4295875.

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

Color convert

RGB 195 140 65 -
CMYK 0 0.28 0.67 0.24
HSL 34.62º 0.52% 0.51% -
HSV(B) 34.62º 0.67% 0.76% -
XYZ 32.84 30.74 9.2 -
YUV 147.9 81.22 161.6 -
System Red Green Blue C M Y K H S L
Decimal 195 140 65 0 0.28 0.67 0.24 34.62 0.52 0.51
Hex C3 8C 41 0 1C 43 18 23 34 33
Octal 303 214 101 0 34 103 30 43 64 63
Binary 11000011 10001100 1000001 0 11100 1000011 11000 100011 110100 110011

Color Harmonies of #C38C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C41

Black with #C38C41

Text Example


Text Example

White with #C38C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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