Html Css Color HEX #C19724 Nugget

📋 copy color: '#C19724'

red 193 ◦ green 151 ◦ blue 36

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

Shades of Nugget #C19724

Tints of Nugget #C19724

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.74%

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

R = 50.79%
G = 39.74%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C19724 (or 0xC19724) is known color: Nugget. HEX triplet: C1, 97 and 24. RGB value is (193,151,36). Sum of RGB (Red+Green+Blue) = 193+151+36=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C19724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19724 is #3E68DB. Grayscale: #969696. Windows color (decimal): -4090076 or 2398145. OLE color: 2398145.

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

Color convert

RGB 193 151 36 -
CMYK 0 0.22 0.81 0.24
HSL 43.95º 0.69% 0.45% -
HSV(B) 43.95º 0.81% 0.76% -
XYZ 33.38 33.6 6.39 -
YUV 150.45 63.41 158.35 -
System Red Green Blue C M Y K H S L
Decimal 193 151 36 0 0.22 0.81 0.24 43.95 0.69 0.45
Hex C1 97 24 0 16 51 18 2C 45 2D
Octal 301 227 44 0 26 121 30 54 105 55
Binary 11000001 10010111 100100 0 10110 1010001 11000 101100 1000101 101101

Color Harmonies of #C19724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19724

Black with #C19724

Text Example


Text Example

White with #C19724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19724; }

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

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

background-color css

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

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

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

border-color css

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

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

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