Html Css Color HEX #C28B44 Anzac

📋 copy color: '#C28B44'

red 194 ◦ green 139 ◦ blue 68

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

Shades of Anzac #C28B44

Tints of Anzac #C28B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.96%

R = 48.38%
G = 34.66%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C28B44 (or 0xC28B44) is known color: Anzac. HEX triplet: C2, 8B and 44. RGB value is (194,139,68). Sum of RGB (Red+Green+Blue) = 194+139+68=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28B44 is #3D74BB. Grayscale: #939393. Windows color (decimal): -4027580 or 4492226. OLE color: 4492226.

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

Color convert

RGB 194 139 68 -
CMYK 0 0.28 0.65 0.24
HSL 33.81º 0.51% 0.51% -
HSV(B) 33.81º 0.65% 0.76% -
XYZ 32.52 30.35 9.61 -
YUV 147.35 83.22 161.27 -
System Red Green Blue C M Y K H S L
Decimal 194 139 68 0 0.28 0.65 0.24 33.81 0.51 0.51
Hex C2 8B 44 0 1C 41 18 22 33 33
Octal 302 213 104 0 34 101 30 42 63 63
Binary 11000010 10001011 1000100 0 11100 1000001 11000 100010 110011 110011

Color Harmonies of #C28B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28B44

Black with #C28B44

Text Example


Text Example

White with #C28B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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