Html Css Color HEX #C4921F Nugget

📋 copy color: '#C4921F'

red 196 ◦ green 146 ◦ blue 31

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

Shades of Nugget #C4921F

Tints of Nugget #C4921F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.14%

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

R = 52.55%
G = 39.14%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4921F (or 0xC4921F) is known color: Nugget. HEX triplet: C4, 92 and 1F. RGB value is (196,146,31). Sum of RGB (Red+Green+Blue) = 196+146+31=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4921F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4921F is #3B6DE0. Grayscale: #949494. Windows color (decimal): -3894753 or 2069188. OLE color: 2069188.

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

Color convert

RGB 196 146 31 -
CMYK 0 0.26 0.84 0.23
HSL 41.82º 0.73% 0.45% -
HSV(B) 41.82º 0.84% 0.77% -
XYZ 33.29 32.39 5.79 -
YUV 147.84 62.07 162.35 -
System Red Green Blue C M Y K H S L
Decimal 196 146 31 0 0.26 0.84 0.23 41.82 0.73 0.45
Hex C4 92 1F 0 1A 54 17 2A 49 2D
Octal 304 222 37 0 32 124 27 52 111 55
Binary 11000100 10010010 11111 0 11010 1010100 10111 101010 1001001 101101

Color Harmonies of #C4921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4921F

Black with #C4921F

Text Example


Text Example

White with #C4921F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4921F; }

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

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

background-color css

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

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

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

border-color css

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

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

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