Html Css Color HEX #C18B25 Nugget

📋 copy color: '#C18B25'

red 193 ◦ green 139 ◦ blue 37

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

Shades of Nugget #C18B25

Tints of Nugget #C18B25

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.67%

 BLUE value IS 37 (14.84% from 255) = 10.03%

R = 52.3%
G = 37.67%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C18B25 (or 0xC18B25) is known color: Nugget. HEX triplet: C1, 8B and 25. RGB value is (193,139,37). Sum of RGB (Red+Green+Blue) = 193+139+37=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18B25 is #3E74DA. Grayscale: #8F8F8F. Windows color (decimal): -4093147 or 2460609. OLE color: 2460609.

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

Color convert

RGB 193 139 37 -
CMYK 0 0.28 0.81 0.24
HSL 39.23º 0.68% 0.45% -
HSV(B) 39.23º 0.81% 0.76% -
XYZ 31.56 29.94 5.87 -
YUV 143.52 67.89 163.29 -
System Red Green Blue C M Y K H S L
Decimal 193 139 37 0 0.28 0.81 0.24 39.23 0.68 0.45
Hex C1 8B 25 0 1C 51 18 27 44 2D
Octal 301 213 45 0 34 121 30 47 104 55
Binary 11000001 10001011 100101 0 11100 1010001 11000 100111 1000100 101101

Color Harmonies of #C18B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18B25

Black with #C18B25

Text Example


Text Example

White with #C18B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18B25; }

 p { color: rgb(193,139,37); }

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

background-color css

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

 a { background-color: rgb(193,139,37); }

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

border-color css

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

 span { border-color: rgb(193,139,37); }

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