Html Css Color HEX #C4881D Nugget

📋 copy color: '#C4881D'

red 196 ◦ green 136 ◦ blue 29

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

Shades of Nugget #C4881D

Tints of Nugget #C4881D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

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

R = 54.29%
G = 37.67%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4881D (or 0xC4881D) is known color: Nugget. HEX triplet: C4, 88 and 1D. RGB value is (196,136,29). Sum of RGB (Red+Green+Blue) = 196+136+29=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C4881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4881D is #3B77E2. Grayscale: #8E8E8E. Windows color (decimal): -3897315 or 1935556. OLE color: 1935556.

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

Color convert

RGB 196 136 29 -
CMYK 0 0.31 0.85 0.23
HSL 38.44º 0.74% 0.44% -
HSV(B) 38.44º 0.85% 0.77% -
XYZ 31.79 29.43 5.17 -
YUV 141.74 64.38 166.7 -
System Red Green Blue C M Y K H S L
Decimal 196 136 29 0 0.31 0.85 0.23 38.44 0.74 0.44
Hex C4 88 1D 0 1F 55 17 26 4A 2C
Octal 304 210 35 0 37 125 27 46 112 54
Binary 11000100 10001000 11101 0 11111 1010101 10111 100110 1001010 101100

Color Harmonies of #C4881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4881D

Black with #C4881D

Text Example


Text Example

White with #C4881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4881D; }

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

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

background-color css

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

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

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

border-color css

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

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

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