Html Css Color HEX #C38D43 Anzac

📋 copy color: '#C38D43'

red 195 ◦ green 141 ◦ blue 67

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

Shades of Anzac #C38D43

Tints of Anzac #C38D43

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.99%

 BLUE value IS 67 (26.56% from 255) = 16.63%

R = 48.39%
G = 34.99%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C38D43 (or 0xC38D43) is known color: Anzac. HEX triplet: C3, 8D and 43. RGB value is (195,141,67). Sum of RGB (Red+Green+Blue) = 195+141+67=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 67 (26.56% from 255 or 16.63% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D43 is #3C72BC. Grayscale: #959595. Windows color (decimal): -3961533 or 4427203. OLE color: 4427203.

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

Color convert

RGB 195 141 67 -
CMYK 0 0.28 0.66 0.24
HSL 34.69º 0.52% 0.51% -
HSV(B) 34.69º 0.66% 0.76% -
XYZ 33.04 31.06 9.56 -
YUV 148.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 195 141 67 0 0.28 0.66 0.24 34.69 0.52 0.51
Hex C3 8D 43 0 1C 42 18 23 34 33
Octal 303 215 103 0 34 102 30 43 64 63
Binary 11000011 10001101 1000011 0 11100 1000010 11000 100011 110100 110011

Color Harmonies of #C38D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D43

Black with #C38D43

Text Example


Text Example

White with #C38D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D43; }

 p { color: rgb(195,141,67); }

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

background-color css

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

 a { background-color: rgb(195,141,67); }

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

border-color css

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

 span { border-color: rgb(195,141,67); }

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