Html Css Color HEX #C4921D Nugget

📋 copy color: '#C4921D'

red 196 ◦ green 146 ◦ blue 29

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

Shades of Nugget #C4921D

Tints of Nugget #C4921D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.82%

R = 52.83%
G = 39.35%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4921D (or 0xC4921D) is known color: Nugget. HEX triplet: C4, 92 and 1D. RGB value is (196,146,29). Sum of RGB (Red+Green+Blue) = 196+146+29=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4921D is #3B6DE2. Grayscale: #949494. Windows color (decimal): -3894755 or 1938116. OLE color: 1938116.

HSL color Cylindrical-coordinate representation of color #C4921D: hue angle of 42.04º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4921D is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 146 29 -
CMYK 0 0.26 0.85 0.23
HSL 42.04º 0.74% 0.44% -
HSV(B) 42.04º 0.85% 0.77% -
XYZ 33.27 32.38 5.66 -
YUV 147.61 61.07 162.51 -
System Red Green Blue C M Y K H S L
Decimal 196 146 29 0 0.26 0.85 0.23 42.04 0.74 0.44
Hex C4 92 1D 0 1A 55 17 2A 4A 2C
Octal 304 222 35 0 32 125 27 52 112 54
Binary 11000100 10010010 11101 0 11010 1010101 10111 101010 1001010 101100

Color Harmonies of #C4921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4921D

Black with #C4921D

Text Example


Text Example

White with #C4921D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4921D; }

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

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

background-color css

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

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

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

border-color css

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

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

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