Html Css Color HEX #C38921 Nugget

📋 copy color: '#C38921'

red 195 ◦ green 137 ◦ blue 33

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

Shades of Nugget #C38921

Tints of Nugget #C38921

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.53%

 BLUE value IS 33 (13.28% from 255) = 9.04%

R = 53.42%
G = 37.53%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C38921 (or 0xC38921) is known color: Nugget. HEX triplet: C3, 89 and 21. RGB value is (195,137,33). Sum of RGB (Red+Green+Blue) = 195+137+33=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C38921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38921 is #3C76DE. Grayscale: #8E8E8E. Windows color (decimal): -3962591 or 2197955. OLE color: 2197955.

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

Color convert

RGB 195 137 33 -
CMYK 0 0.30 0.83 0.24
HSL 38.52º 0.71% 0.45% -
HSV(B) 38.52º 0.83% 0.76% -
XYZ 31.73 29.6 5.48 -
YUV 142.49 66.22 165.46 -
System Red Green Blue C M Y K H S L
Decimal 195 137 33 0 0.30 0.83 0.24 38.52 0.71 0.45
Hex C3 89 21 0 1E 53 18 27 47 2D
Octal 303 211 41 0 36 123 30 47 107 55
Binary 11000011 10001001 100001 0 11110 1010011 11000 100111 1000111 101101

Color Harmonies of #C38921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38921

Black with #C38921

Text Example


Text Example

White with #C38921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38921; }

 p { color: rgb(195,137,33); }

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

background-color css

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

 a { background-color: rgb(195,137,33); }

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

border-color css

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

 span { border-color: rgb(195,137,33); }

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