Html Css Color HEX #C28E2C Nugget

📋 copy color: '#C28E2C'

red 194 ◦ green 142 ◦ blue 44

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

Shades of Nugget #C28E2C

Tints of Nugget #C28E2C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.37%

 BLUE value IS 44 (17.58% from 255) = 11.58%

R = 51.05%
G = 37.37%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C28E2C (or 0xC28E2C) is known color: Nugget. HEX triplet: C2, 8E and 2C. RGB value is (194,142,44). Sum of RGB (Red+Green+Blue) = 194+142+44=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28E2C is #3D71D3. Grayscale: #929292. Windows color (decimal): -4026836 or 2920130. OLE color: 2920130.

HSL color Cylindrical-coordinate representation of color #C28E2C: hue angle of 39.2º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C28E2C is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 142 44 -
CMYK 0 0.27 0.77 0.24
HSL 39.2º 0.63% 0.47% -
HSV(B) 39.2º 0.77% 0.76% -
XYZ 32.38 31 6.66 -
YUV 146.38 70.23 161.97 -
System Red Green Blue C M Y K H S L
Decimal 194 142 44 0 0.27 0.77 0.24 39.2 0.63 0.47
Hex C2 8E 2C 0 1B 4D 18 27 3F 2F
Octal 302 216 54 0 33 115 30 47 77 57
Binary 11000010 10001110 101100 0 11011 1001101 11000 100111 111111 101111

Color Harmonies of #C28E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28E2C

Black with #C28E2C

Text Example


Text Example

White with #C28E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28E2C; }

 p { color: rgb(194,142,44); }

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

background-color css

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

 a { background-color: rgb(194,142,44); }

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

border-color css

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

 span { border-color: rgb(194,142,44); }

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