Html Css Color HEX #C18D24 Nugget

📋 copy color: '#C18D24'

red 193 ◦ green 141 ◦ blue 36

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

Shades of Nugget #C18D24

Tints of Nugget #C18D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.73%

R = 52.16%
G = 38.11%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C18D24 (or 0xC18D24) is known color: Nugget. HEX triplet: C1, 8D and 24. RGB value is (193,141,36). Sum of RGB (Red+Green+Blue) = 193+141+36=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 36 (14.45% from 255 or 9.73% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18D24 is #3E72DB. Grayscale: #919191. Windows color (decimal): -4092636 or 2395585. OLE color: 2395585.

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

Color convert

RGB 193 141 36 -
CMYK 0 0.27 0.81 0.24
HSL 40.13º 0.69% 0.45% -
HSV(B) 40.13º 0.81% 0.76% -
XYZ 31.84 30.51 5.88 -
YUV 144.58 66.73 162.54 -
System Red Green Blue C M Y K H S L
Decimal 193 141 36 0 0.27 0.81 0.24 40.13 0.69 0.45
Hex C1 8D 24 0 1B 51 18 28 45 2D
Octal 301 215 44 0 33 121 30 50 105 55
Binary 11000001 10001101 100100 0 11011 1010001 11000 101000 1000101 101101

Color Harmonies of #C18D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D24

Black with #C18D24

Text Example


Text Example

White with #C18D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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