Html Css Color HEX #C48E1F Nugget

📋 copy color: '#C48E1F'

red 196 ◦ green 142 ◦ blue 31

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

Shades of Nugget #C48E1F

Tints of Nugget #C48E1F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.48%

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

R = 53.12%
G = 38.48%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C48E1F (or 0xC48E1F) is known color: Nugget. HEX triplet: C4, 8E and 1F. RGB value is (196,142,31). Sum of RGB (Red+Green+Blue) = 196+142+31=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48E1F is #3B71E0. Grayscale: #919191. Windows color (decimal): -3895777 or 2068164. OLE color: 2068164.

HSL color Cylindrical-coordinate representation of color #C48E1F: hue angle of 40.36º 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 #C48E1F is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 142 31 -
CMYK 0 0.28 0.84 0.23
HSL 40.36º 0.73% 0.45% -
HSV(B) 40.36º 0.84% 0.77% -
XYZ 32.69 31.18 5.59 -
YUV 145.49 63.39 164.03 -
System Red Green Blue C M Y K H S L
Decimal 196 142 31 0 0.28 0.84 0.23 40.36 0.73 0.45
Hex C4 8E 1F 0 1C 54 17 28 49 2D
Octal 304 216 37 0 34 124 27 50 111 55
Binary 11000100 10001110 11111 0 11100 1010100 10111 101000 1001001 101101

Color Harmonies of #C48E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E1F

Black with #C48E1F

Text Example


Text Example

White with #C48E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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