Html Css Color HEX #C18B1D Nugget

📋 copy color: '#C18B1D'

red 193 ◦ green 139 ◦ blue 29

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

Shades of Nugget #C18B1D

Tints of Nugget #C18B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.03%

R = 53.46%
G = 38.5%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C18B1D (or 0xC18B1D) is known color: Nugget. HEX triplet: C1, 8B and 1D. RGB value is (193,139,29). Sum of RGB (Red+Green+Blue) = 193+139+29=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18B1D is #3E74E2. Grayscale: #8F8F8F. Windows color (decimal): -4093155 or 1936321. OLE color: 1936321.

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

Color convert

RGB 193 139 29 -
CMYK 0 0.28 0.85 0.24
HSL 40.24º 0.74% 0.44% -
HSV(B) 40.24º 0.85% 0.76% -
XYZ 31.45 29.89 5.27 -
YUV 142.61 63.89 163.94 -
System Red Green Blue C M Y K H S L
Decimal 193 139 29 0 0.28 0.85 0.24 40.24 0.74 0.44
Hex C1 8B 1D 0 1C 55 18 28 4A 2C
Octal 301 213 35 0 34 125 30 50 112 54
Binary 11000001 10001011 11101 0 11100 1010101 11000 101000 1001010 101100

Color Harmonies of #C18B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18B1D

Black with #C18B1D

Text Example


Text Example

White with #C18B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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