Html Css Color HEX #C48C1F Nugget

📋 copy color: '#C48C1F'

red 196 ◦ green 140 ◦ blue 31

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

Shades of Nugget #C48C1F

Tints of Nugget #C48C1F

RGB

 RED value IS 196 (76.95% from 255) = 53.41%

 GREEN value IS 140 (55.08% from 255) = 38.15%

 BLUE value IS 31 (12.5% from 255) = 8.45%

R = 53.41%
G = 38.15%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C48C1F (or 0xC48C1F) is known color: Nugget. HEX triplet: C4, 8C and 1F. RGB value is (196,140,31). Sum of RGB (Red+Green+Blue) = 196+140+31=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48C1F is #3B73E0. Grayscale: #909090. Windows color (decimal): -3896289 or 2067652. OLE color: 2067652.

HSL color Cylindrical-coordinate representation of color #C48C1F: hue angle of 39.64º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C48C1F is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 140 31 -
CMYK 0 0.29 0.84 0.23
HSL 39.64º 0.73% 0.45% -
HSV(B) 39.64º 0.84% 0.77% -
XYZ 32.39 30.59 5.49 -
YUV 144.32 64.05 164.86 -
System Red Green Blue C M Y K H S L
Decimal 196 140 31 0 0.29 0.84 0.23 39.64 0.73 0.45
Hex C4 8C 1F 0 1D 54 17 28 49 2D
Octal 304 214 37 0 35 124 27 50 111 55
Binary 11000100 10001100 11111 0 11101 1010100 10111 101000 1001001 101101

Color Harmonies of #C48C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C1F

Black with #C48C1F

Text Example


Text Example

White with #C48C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C1F; }

 p { color: rgb(196,140,31); }

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

background-color css

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

 a { background-color: rgb(196,140,31); }

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

border-color css

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

 span { border-color: rgb(196,140,31); }

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