Html Css Color HEX #C18D28 Nugget

📋 copy color: '#C18D28'

red 193 ◦ green 141 ◦ blue 40

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

Shades of Nugget #C18D28

Tints of Nugget #C18D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.7%

R = 51.6%
G = 37.7%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C18D28 (or 0xC18D28) is known color: Nugget. HEX triplet: C1, 8D and 28. RGB value is (193,141,40). Sum of RGB (Red+Green+Blue) = 193+141+40=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18D28 is #3E72D7. Grayscale: #919191. Windows color (decimal): -4092632 or 2657729. OLE color: 2657729.

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

Color convert

RGB 193 141 40 -
CMYK 0 0.27 0.79 0.24
HSL 39.61º 0.66% 0.46% -
HSV(B) 39.61º 0.79% 0.76% -
XYZ 31.9 30.54 6.22 -
YUV 145.03 68.73 162.21 -
System Red Green Blue C M Y K H S L
Decimal 193 141 40 0 0.27 0.79 0.24 39.61 0.66 0.46
Hex C1 8D 28 0 1B 4F 18 28 42 2E
Octal 301 215 50 0 33 117 30 50 102 56
Binary 11000001 10001101 101000 0 11011 1001111 11000 101000 1000010 101110

Color Harmonies of #C18D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D28

Black with #C18D28

Text Example


Text Example

White with #C18D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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