Html Css Color HEX #C19024 Nugget

📋 copy color: '#C19024'

red 193 ◦ green 144 ◦ blue 36

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

Shades of Nugget #C19024

Tints of Nugget #C19024

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.61%

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

R = 51.74%
G = 38.61%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C19024 (or 0xC19024) is known color: Nugget. HEX triplet: C1, 90 and 24. RGB value is (193,144,36). Sum of RGB (Red+Green+Blue) = 193+144+36=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C19024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19024 is #3E6FDB. Grayscale: #929292. Windows color (decimal): -4091868 or 2396353. OLE color: 2396353.

HSL color Cylindrical-coordinate representation of color #C19024: hue angle of 41.27º 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 #C19024 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 144 36 -
CMYK 0 0.25 0.81 0.24
HSL 41.27º 0.69% 0.45% -
HSV(B) 41.27º 0.81% 0.76% -
XYZ 32.28 31.41 6.03 -
YUV 146.34 65.73 161.28 -
System Red Green Blue C M Y K H S L
Decimal 193 144 36 0 0.25 0.81 0.24 41.27 0.69 0.45
Hex C1 90 24 0 19 51 18 29 45 2D
Octal 301 220 44 0 31 121 30 51 105 55
Binary 11000001 10010000 100100 0 11001 1010001 11000 101001 1000101 101101

Color Harmonies of #C19024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19024

Black with #C19024

Text Example


Text Example

White with #C19024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19024; }

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

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

background-color css

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

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

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

border-color css

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

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

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