#C38F1F

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

Shades of Nugget #C38F1F

Tints of Nugget #C38F1F

Color information

#C38F1F (or 0xC38F1F) is unknown color: approx Nugget. HEX triplet: C3, 8F and 1F. RGB value is (195,143,31). Sum of RGB (Red+Green+Blue) = 195+143+31=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38F1F is #3C70E0. Grayscale: #929292. Windows color (decimal): -3961057 or 2068419. OLE color: 2068419.

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

Color convert

RGB19514331-
CMYK00.270.840.24
HSL40.98º72.57%44.31%-
HSV(B)40.98º84.1%76.47%-
XYZ32.5831.355.63-
YUV145.7863.23163.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.85%
GREEN value IS 143 (56.25% from 255) = 38.75%
BLUE value IS 31 (12.5% from 255) = 8.40%
R=52.85%
G=38.75%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951433100.270.840.2440.9872.5744.31
HexC38F1F01B541829492c
Octal30321737033124305111154
Binary1100001110001111111110110111010100110001010011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38F1F; }

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

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

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

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

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

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

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

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