Html Css Color HEX #C18C1B Nugget

📋 copy color: '#C18C1B'

red 193 ◦ green 140 ◦ blue 27

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

Shades of Nugget #C18C1B

Tints of Nugget #C18C1B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.89%

 BLUE value IS 27 (10.94% from 255) = 7.5%

R = 53.61%
G = 38.89%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C18C1B (or 0xC18C1B) is known color: Nugget. HEX triplet: C1, 8C and 1B. RGB value is (193,140,27). Sum of RGB (Red+Green+Blue) = 193+140+27=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18C1B is #3E73E4. Grayscale: #8F8F8F. Windows color (decimal): -4092901 or 1805505. OLE color: 1805505.

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

Color convert

RGB 193 140 27 -
CMYK 0 0.27 0.86 0.24
HSL 40.84º 0.75% 0.43% -
HSV(B) 40.84º 0.86% 0.76% -
XYZ 31.57 30.17 5.2 -
YUV 142.97 62.56 163.69 -
System Red Green Blue C M Y K H S L
Decimal 193 140 27 0 0.27 0.86 0.24 40.84 0.75 0.43
Hex C1 8C 1B 0 1B 56 18 29 4B 2B
Octal 301 214 33 0 33 126 30 51 113 53
Binary 11000001 10001100 11011 0 11011 1010110 11000 101001 1001011 101011

Color Harmonies of #C18C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18C1B

Black with #C18C1B

Text Example


Text Example

White with #C18C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18C1B; }

 p { color: rgb(193,140,27); }

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

background-color css

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

 a { background-color: rgb(193,140,27); }

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

border-color css

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

 span { border-color: rgb(193,140,27); }

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