Html Css Color HEX #C38941 Anzac

📋 copy color: '#C38941'

red 195 ◦ green 137 ◦ blue 65

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

Shades of Anzac #C38941

Tints of Anzac #C38941

RGB

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

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

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

R = 49.12%
G = 34.51%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C38941 (or 0xC38941) is known color: Anzac. HEX triplet: C3, 89 and 41. RGB value is (195,137,65). Sum of RGB (Red+Green+Blue) = 195+137+65=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C38941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38941 is #3C76BE. Grayscale: #929292. Windows color (decimal): -3962559 or 4295107. OLE color: 4295107.

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

Color convert

RGB 195 137 65 -
CMYK 0 0.30 0.67 0.24
HSL 33.23º 0.52% 0.51% -
HSV(B) 33.23º 0.67% 0.76% -
XYZ 32.41 29.88 9.06 -
YUV 146.13 82.22 162.85 -
System Red Green Blue C M Y K H S L
Decimal 195 137 65 0 0.30 0.67 0.24 33.23 0.52 0.51
Hex C3 89 41 0 1E 43 18 21 34 33
Octal 303 211 101 0 36 103 30 41 64 63
Binary 11000011 10001001 1000001 0 11110 1000011 11000 100001 110100 110011

Color Harmonies of #C38941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38941

Black with #C38941

Text Example


Text Example

White with #C38941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38941; }

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

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

background-color css

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

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

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

border-color css

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

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

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