#C28F1F

Color #C28F1F Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #C28F1F

Tints of Nugget #C28F1F

Color information

#C28F1F (or 0xC28F1F) is unknown color: approx Nugget. HEX triplet: C2, 8F and 1F. RGB value is (194,143,31). Sum of RGB (Red+Green+Blue) = 194+143+31=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28F1F is #3D70E0. Grayscale: #919191. Windows color (decimal): -4026593 or 2068418. OLE color: 2068418.

HSL color Cylindrical-coordinate representation of color #C28F1F: hue angle of 41.23º 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 #C28F1F is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB19414331-
CMYK00.260.840.24
HSL41.23º72.44%44.12%-
HSV(B)41.23º84.02%76.08%-
XYZ32.3231.215.62-
YUV145.4863.4162.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.72%
GREEN value IS 143 (56.25% from 255) = 38.86%
BLUE value IS 31 (12.5% from 255) = 8.42%
R=52.72%
G=38.86%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941433100.260.840.2441.2372.4444.12
HexC28F1F01A541829482c
Octal30221737032124305111054
Binary1100001010001111111110110101010100110001010011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F1F; }

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

 H1.HeaderClassName
 {
   color: #C28F1F;
 }
 .AnyTagClassName
 {
   color: #C28F1F;
 }
</style>
background-color css

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

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

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

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

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

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