Html Css Color HEX #C18B20 Nugget

📋 copy color: '#C18B20'

red 193 ◦ green 139 ◦ blue 32

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

Shades of Nugget #C18B20

Tints of Nugget #C18B20

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.19%

 BLUE value IS 32 (12.89% from 255) = 8.79%

R = 53.02%
G = 38.19%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C18B20 (or 0xC18B20) is known color: Nugget. HEX triplet: C1, 8B and 20. RGB value is (193,139,32). Sum of RGB (Red+Green+Blue) = 193+139+32=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18B20 is #3E74DF. Grayscale: #8F8F8F. Windows color (decimal): -4093152 or 2132929. OLE color: 2132929.

HSL color Cylindrical-coordinate representation of color #C18B20: hue angle of 39.88º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C18B20 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 139 32 -
CMYK 0 0.28 0.83 0.24
HSL 39.88º 0.72% 0.44% -
HSV(B) 39.88º 0.83% 0.76% -
XYZ 31.49 29.91 5.48 -
YUV 142.95 65.39 163.7 -
System Red Green Blue C M Y K H S L
Decimal 193 139 32 0 0.28 0.83 0.24 39.88 0.72 0.44
Hex C1 8B 20 0 1C 53 18 28 48 2C
Octal 301 213 40 0 34 123 30 50 110 54
Binary 11000001 10001011 100000 0 11100 1010011 11000 101000 1001000 101100

Color Harmonies of #C18B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18B20

Black with #C18B20

Text Example


Text Example

White with #C18B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18B20; }

 p { color: rgb(193,139,32); }

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

background-color css

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

 a { background-color: rgb(193,139,32); }

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

border-color css

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

 span { border-color: rgb(193,139,32); }

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