Html Css Color HEX #C4901D Nugget

📋 copy color: '#C4901D'

red 196 ◦ green 144 ◦ blue 29

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

Shades of Nugget #C4901D

Tints of Nugget #C4901D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.02%

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

R = 53.12%
G = 39.02%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4901D (or 0xC4901D) is known color: Nugget. HEX triplet: C4, 90 and 1D. RGB value is (196,144,29). Sum of RGB (Red+Green+Blue) = 196+144+29=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4901D is #3B6FE2. Grayscale: #929292. Windows color (decimal): -3895267 or 1937604. OLE color: 1937604.

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

Color convert

RGB 196 144 29 -
CMYK 0 0.27 0.85 0.23
HSL 41.32º 0.74% 0.44% -
HSV(B) 41.32º 0.85% 0.77% -
XYZ 32.96 31.77 5.56 -
YUV 146.44 61.73 163.35 -
System Red Green Blue C M Y K H S L
Decimal 196 144 29 0 0.27 0.85 0.23 41.32 0.74 0.44
Hex C4 90 1D 0 1B 55 17 29 4A 2C
Octal 304 220 35 0 33 125 27 51 112 54
Binary 11000100 10010000 11101 0 11011 1010101 10111 101001 1001010 101100

Color Harmonies of #C4901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4901D

Black with #C4901D

Text Example


Text Example

White with #C4901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4901D; }

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

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

background-color css

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

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

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

border-color css

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

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

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