Html Css Color HEX #C38A41 Anzac

📋 copy color: '#C38A41'

red 195 ◦ green 138 ◦ blue 65

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

Shades of Anzac #C38A41

Tints of Anzac #C38A41

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.67%

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

R = 48.99%
G = 34.67%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C38A41 (or 0xC38A41) is known color: Anzac. HEX triplet: C3, 8A and 41. RGB value is (195,138,65). Sum of RGB (Red+Green+Blue) = 195+138+65=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A41 is #3C75BE. Grayscale: #939393. Windows color (decimal): -3962303 or 4295363. OLE color: 4295363.

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

Color convert

RGB 195 138 65 -
CMYK 0 0.29 0.67 0.24
HSL 33.69º 0.52% 0.51% -
HSV(B) 33.69º 0.67% 0.76% -
XYZ 32.55 30.16 9.11 -
YUV 146.72 81.88 162.44 -
System Red Green Blue C M Y K H S L
Decimal 195 138 65 0 0.29 0.67 0.24 33.69 0.52 0.51
Hex C3 8A 41 0 1D 43 18 22 34 33
Octal 303 212 101 0 35 103 30 42 64 63
Binary 11000011 10001010 1000001 0 11101 1000011 11000 100010 110100 110011

Color Harmonies of #C38A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A41

Black with #C38A41

Text Example


Text Example

White with #C38A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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