Html Css Color HEX #C18926 Nugget

📋 copy color: '#C18926'

red 193 ◦ green 137 ◦ blue 38

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

Shades of Nugget #C18926

Tints of Nugget #C18926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.33%

R = 52.45%
G = 37.23%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C18926 (or 0xC18926) is known color: Nugget. HEX triplet: C1, 89 and 26. RGB value is (193,137,38). Sum of RGB (Red+Green+Blue) = 193+137+38=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C18926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18926 is #3E76D9. Grayscale: #8E8E8E. Windows color (decimal): -4093658 or 2525633. OLE color: 2525633.

HSL color Cylindrical-coordinate representation of color #C18926: hue angle of 38.32º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C18926 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 137 38 -
CMYK 0 0.29 0.80 0.24
HSL 38.32º 0.67% 0.45% -
HSV(B) 38.32º 0.8% 0.76% -
XYZ 31.29 29.37 5.85 -
YUV 142.46 69.05 164.05 -
System Red Green Blue C M Y K H S L
Decimal 193 137 38 0 0.29 0.80 0.24 38.32 0.67 0.45
Hex C1 89 26 0 1D 50 18 26 43 2D
Octal 301 211 46 0 35 120 30 46 103 55
Binary 11000001 10001001 100110 0 11101 1010000 11000 100110 1000011 101101

Color Harmonies of #C18926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18926

Black with #C18926

Text Example


Text Example

White with #C18926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18926; }

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

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

background-color css

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

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

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

border-color css

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

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

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