Html Css Color HEX #C18D1F Nugget

📋 copy color: '#C18D1F'

red 193 ◦ green 141 ◦ blue 31

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

Shades of Nugget #C18D1F

Tints of Nugget #C18D1F

RGB

 RED value IS 193 (75.78% from 255) = 52.88%

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

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

R = 52.88%
G = 38.63%
B = 8.49%

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

#C18D1F (or 0xC18D1F) is known color: Nugget. HEX triplet: C1, 8D and 1F. RGB value is (193,141,31). Sum of RGB (Red+Green+Blue) = 193+141+31=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18D1F is #3E72E0. Grayscale: #909090. Windows color (decimal): -4092641 or 2067905. OLE color: 2067905.

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

Color convert

RGB 193 141 31 -
CMYK 0 0.27 0.84 0.24
HSL 40.74º 0.72% 0.44% -
HSV(B) 40.74º 0.84% 0.76% -
XYZ 31.76 30.49 5.51 -
YUV 144.01 64.23 162.94 -
System Red Green Blue C M Y K H S L
Decimal 193 141 31 0 0.27 0.84 0.24 40.74 0.72 0.44
Hex C1 8D 1F 0 1B 54 18 29 48 2C
Octal 301 215 37 0 33 124 30 51 110 54
Binary 11000001 10001101 11111 0 11011 1010100 11000 101001 1001000 101100

Color Harmonies of #C18D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D1F

Black with #C18D1F

Text Example


Text Example

White with #C18D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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