Html Css Color HEX #C38840 Anzac

📋 copy color: '#C38840'

red 195 ◦ green 136 ◦ blue 64

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

Shades of Anzac #C38840

Tints of Anzac #C38840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.43%

 BLUE value IS 64 (25.39% from 255) = 16.2%

R = 49.37%
G = 34.43%
B = 16.2%

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

#C38840 (or 0xC38840) is known color: Anzac. HEX triplet: C3, 88 and 40. RGB value is (195,136,64). Sum of RGB (Red+Green+Blue) = 195+136+64=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C38840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38840 is #3C77BF. Grayscale: #919191. Windows color (decimal): -3962816 or 4229315. OLE color: 4229315.

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

Color convert

RGB 195 136 64 -
CMYK 0 0.30 0.67 0.24
HSL 32.98º 0.52% 0.51% -
HSV(B) 32.98º 0.67% 0.76% -
XYZ 32.24 29.58 8.86 -
YUV 145.43 82.05 163.35 -
System Red Green Blue C M Y K H S L
Decimal 195 136 64 0 0.30 0.67 0.24 32.98 0.52 0.51
Hex C3 88 40 0 1E 43 18 21 34 33
Octal 303 210 100 0 36 103 30 41 64 63
Binary 11000011 10001000 1000000 0 11110 1000011 11000 100001 110100 110011

Color Harmonies of #C38840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38840

Black with #C38840

Text Example


Text Example

White with #C38840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38840; }

 p { color: rgb(195,136,64); }

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

background-color css

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

 a { background-color: rgb(195,136,64); }

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

border-color css

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

 span { border-color: rgb(195,136,64); }

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