Html Css Color HEX #C18D1E Nugget

📋 copy color: '#C18D1E'

red 193 ◦ green 141 ◦ blue 30

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

Shades of Nugget #C18D1E

Tints of Nugget #C18D1E

RGB

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

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

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

R = 53.02%
G = 38.74%
B = 8.24%

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

#C18D1E (or 0xC18D1E) is known color: Nugget. HEX triplet: C1, 8D and 1E. RGB value is (193,141,30). Sum of RGB (Red+Green+Blue) = 193+141+30=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18D1E is #3E72E1. Grayscale: #909090. Windows color (decimal): -4092642 or 2002369. OLE color: 2002369.

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

Color convert

RGB 193 141 30 -
CMYK 0 0.27 0.84 0.24
HSL 40.86º 0.73% 0.44% -
HSV(B) 40.86º 0.84% 0.76% -
XYZ 31.75 30.48 5.44 -
YUV 143.89 63.73 163.03 -
System Red Green Blue C M Y K H S L
Decimal 193 141 30 0 0.27 0.84 0.24 40.86 0.73 0.44
Hex C1 8D 1E 0 1B 54 18 29 49 2C
Octal 301 215 36 0 33 124 30 51 111 54
Binary 11000001 10001101 11110 0 11011 1010100 11000 101001 1001001 101100

Color Harmonies of #C18D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D1E

Black with #C18D1E

Text Example


Text Example

White with #C18D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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