Html Css Color HEX #C38D20 Nugget

📋 copy color: '#C38D20'

red 195 ◦ green 141 ◦ blue 32

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

Shades of Nugget #C38D20

Tints of Nugget #C38D20

RGB

 RED value IS 195 (76.56% from 255) = 52.99%

 GREEN value IS 141 (55.47% from 255) = 38.32%

 BLUE value IS 32 (12.89% from 255) = 8.7%

R = 52.99%
G = 38.32%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C38D20 (or 0xC38D20) is known color: Nugget. HEX triplet: C3, 8D and 20. RGB value is (195,141,32). Sum of RGB (Red+Green+Blue) = 195+141+32=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D20 is #3C72DF. Grayscale: #919191. Windows color (decimal): -3961568 or 2133443. OLE color: 2133443.

HSL color Cylindrical-coordinate representation of color #C38D20: hue angle of 40.12º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C38D20 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 141 32 -
CMYK 0 0.28 0.84 0.24
HSL 40.12º 0.72% 0.45% -
HSV(B) 40.12º 0.84% 0.76% -
XYZ 32.29 30.76 5.6 -
YUV 144.72 64.39 163.86 -
System Red Green Blue C M Y K H S L
Decimal 195 141 32 0 0.28 0.84 0.24 40.12 0.72 0.45
Hex C3 8D 20 0 1C 54 18 28 48 2D
Octal 303 215 40 0 34 124 30 50 110 55
Binary 11000011 10001101 100000 0 11100 1010100 11000 101000 1001000 101101

Color Harmonies of #C38D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D20

Black with #C38D20

Text Example


Text Example

White with #C38D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D20; }

 p { color: rgb(195,141,32); }

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

background-color css

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

 a { background-color: rgb(195,141,32); }

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

border-color css

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

 span { border-color: rgb(195,141,32); }

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