Html Css Color HEX #C28D1E Nugget

📋 copy color: '#C28D1E'

red 194 ◦ green 141 ◦ blue 30

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

Shades of Nugget #C28D1E

Tints of Nugget #C28D1E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.63%

 BLUE value IS 30 (12.11% from 255) = 8.22%

R = 53.15%
G = 38.63%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C28D1E (or 0xC28D1E) is known color: Nugget. HEX triplet: C2, 8D and 1E. RGB value is (194,141,30). Sum of RGB (Red+Green+Blue) = 194+141+30=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28D1E is #3D72E1. Grayscale: #909090. Windows color (decimal): -4027106 or 2002370. OLE color: 2002370.

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

Color convert

RGB 194 141 30 -
CMYK 0 0.27 0.85 0.24
HSL 40.61º 0.73% 0.44% -
HSV(B) 40.61º 0.85% 0.76% -
XYZ 32.01 30.61 5.45 -
YUV 144.19 63.56 163.53 -
System Red Green Blue C M Y K H S L
Decimal 194 141 30 0 0.27 0.85 0.24 40.61 0.73 0.44
Hex C2 8D 1E 0 1B 55 18 29 49 2C
Octal 302 215 36 0 33 125 30 51 111 54
Binary 11000010 10001101 11110 0 11011 1010101 11000 101001 1001001 101100

Color Harmonies of #C28D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D1E

Black with #C28D1E

Text Example


Text Example

White with #C28D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D1E; }

 p { color: rgb(194,141,30); }

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

background-color css

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

 a { background-color: rgb(194,141,30); }

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

border-color css

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

 span { border-color: rgb(194,141,30); }

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