Html Css Color HEX #C28D1F Nugget

📋 copy color: '#C28D1F'

red 194 ◦ green 141 ◦ blue 31

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

Shades of Nugget #C28D1F

Tints of Nugget #C28D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.47%

R = 53.01%
G = 38.52%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C28D1F (or 0xC28D1F) is known color: Nugget. HEX triplet: C2, 8D and 1F. RGB value is (194,141,31). Sum of RGB (Red+Green+Blue) = 194+141+31=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28D1F is #3D72E0. Grayscale: #909090. Windows color (decimal): -4027105 or 2067906. OLE color: 2067906.

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

Color convert

RGB 194 141 31 -
CMYK 0 0.27 0.84 0.24
HSL 40.49º 0.72% 0.44% -
HSV(B) 40.49º 0.84% 0.76% -
XYZ 32.02 30.62 5.52 -
YUV 144.31 64.06 163.44 -
System Red Green Blue C M Y K H S L
Decimal 194 141 31 0 0.27 0.84 0.24 40.49 0.72 0.44
Hex C2 8D 1F 0 1B 54 18 28 48 2C
Octal 302 215 37 0 33 124 30 50 110 54
Binary 11000010 10001101 11111 0 11011 1010100 11000 101000 1001000 101100

Color Harmonies of #C28D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D1F

Black with #C28D1F

Text Example


Text Example

White with #C28D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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