Html Css Color HEX #C28B3F Anzac

📋 copy color: '#C28B3F'

red 194 ◦ green 139 ◦ blue 63

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

Shades of Anzac #C28B3F

Tints of Anzac #C28B3F

RGB

 RED value IS 194 (76.17% from 255) = 48.99%

 GREEN value IS 139 (54.69% from 255) = 35.1%

 BLUE value IS 63 (25% from 255) = 15.91%

R = 48.99%
G = 35.1%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C28B3F (or 0xC28B3F) is known color: Anzac. HEX triplet: C2, 8B and 3F. RGB value is (194,139,63). Sum of RGB (Red+Green+Blue) = 194+139+63=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28B3F is #3D74C0. Grayscale: #939393. Windows color (decimal): -4027585 or 4164546. OLE color: 4164546.

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

Color convert

RGB 194 139 63 -
CMYK 0 0.28 0.68 0.24
HSL 34.81º 0.52% 0.5% -
HSV(B) 34.81º 0.68% 0.76% -
XYZ 32.38 30.29 8.84 -
YUV 146.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 194 139 63 0 0.28 0.68 0.24 34.81 0.52 0.5
Hex C2 8B 3F 0 1C 44 18 23 34 32
Octal 302 213 77 0 34 104 30 43 64 62
Binary 11000010 10001011 111111 0 11100 1000100 11000 100011 110100 110010

Color Harmonies of #C28B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28B3F

Black with #C28B3F

Text Example


Text Example

White with #C28B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28B3F; }

 p { color: rgb(194,139,63); }

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

background-color css

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

 a { background-color: rgb(194,139,63); }

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

border-color css

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

 span { border-color: rgb(194,139,63); }

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