Html Css Color HEX #C18924 Nugget

📋 copy color: '#C18924'

red 193 ◦ green 137 ◦ blue 36

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

Shades of Nugget #C18924

Tints of Nugget #C18924

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.43%

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

R = 52.73%
G = 37.43%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C18924 (or 0xC18924) is known color: Nugget. HEX triplet: C1, 89 and 24. RGB value is (193,137,36). Sum of RGB (Red+Green+Blue) = 193+137+36=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C18924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18924 is #3E76DB. Grayscale: #8E8E8E. Windows color (decimal): -4093660 or 2394561. OLE color: 2394561.

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

Color convert

RGB 193 137 36 -
CMYK 0 0.29 0.81 0.24
HSL 38.6º 0.69% 0.45% -
HSV(B) 38.6º 0.81% 0.76% -
XYZ 31.26 29.36 5.69 -
YUV 142.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 193 137 36 0 0.29 0.81 0.24 38.6 0.69 0.45
Hex C1 89 24 0 1D 51 18 27 45 2D
Octal 301 211 44 0 35 121 30 47 105 55
Binary 11000001 10001001 100100 0 11101 1010001 11000 100111 1000101 101101

Color Harmonies of #C18924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18924

Black with #C18924

Text Example


Text Example

White with #C18924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18924; }

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

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

background-color css

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

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

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

border-color css

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

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

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