Html Css Color HEX #C18A29 Nugget

📋 copy color: '#C18A29'

red 193 ◦ green 138 ◦ blue 41

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

Shades of Nugget #C18A29

Tints of Nugget #C18A29

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.1%

 BLUE value IS 41 (16.41% from 255) = 11.02%

R = 51.88%
G = 37.1%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C18A29 (or 0xC18A29) is known color: Nugget. HEX triplet: C1, 8A and 29. RGB value is (193,138,41). Sum of RGB (Red+Green+Blue) = 193+138+41=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A29 is #3E75D6. Grayscale: #8F8F8F. Windows color (decimal): -4093399 or 2722497. OLE color: 2722497.

HSL color Cylindrical-coordinate representation of color #C18A29: hue angle of 38.29º degrees, saturation: 0.65, 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 #C18A29 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 138 41 -
CMYK 0 0.28 0.79 0.24
HSL 38.29º 0.65% 0.46% -
HSV(B) 38.29º 0.79% 0.76% -
XYZ 31.48 29.67 6.17 -
YUV 143.39 70.22 163.39 -
System Red Green Blue C M Y K H S L
Decimal 193 138 41 0 0.28 0.79 0.24 38.29 0.65 0.46
Hex C1 8A 29 0 1C 4F 18 26 41 2E
Octal 301 212 51 0 34 117 30 46 101 56
Binary 11000001 10001010 101001 0 11100 1001111 11000 100110 1000001 101110

Color Harmonies of #C18A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A29

Black with #C18A29

Text Example


Text Example

White with #C18A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A29; }

 p { color: rgb(193,138,41); }

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

background-color css

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

 a { background-color: rgb(193,138,41); }

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

border-color css

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

 span { border-color: rgb(193,138,41); }

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