Html Css Color HEX #C3940C Dark Goldenrod

📋 copy color: '#C3940C'

red 195 ◦ green 148 ◦ blue 12

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

Shades of Dark Goldenrod #C3940C

Tints of Dark Goldenrod #C3940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.69%

 BLUE value IS 12 (5.08% from 255) = 3.38%

R = 54.93%
G = 41.69%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3940C (or 0xC3940C) is known color: Dark Goldenrod. HEX triplet: C3, 94 and 0C. RGB value is (195,148,12). Sum of RGB (Red+Green+Blue) = 195+148+12=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3940C is #3C6BF3. Grayscale: #939393. Windows color (decimal): -3959796 or 824515. OLE color: 824515.

HSL color Cylindrical-coordinate representation of color #C3940C: hue angle of 44.59º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3940C is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 148 12 -
CMYK 0 0.24 0.94 0.24
HSL 44.59º 0.88% 0.41% -
HSV(B) 44.59º 0.94% 0.76% -
XYZ 33.16 32.81 4.93 -
YUV 146.55 52.07 162.56 -
System Red Green Blue C M Y K H S L
Decimal 195 148 12 0 0.24 0.94 0.24 44.59 0.88 0.41
Hex C3 94 C 0 18 5E 18 2D 58 29
Octal 303 224 14 0 30 136 30 55 130 51
Binary 11000011 10010100 1100 0 11000 1011110 11000 101101 1011000 101001

Color Harmonies of #C3940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3940C

Black with #C3940C

Text Example


Text Example

White with #C3940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3940C; }

 p { color: rgb(195,148,12); }

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

background-color css

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

 a { background-color: rgb(195,148,12); }

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

border-color css

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

 span { border-color: rgb(195,148,12); }

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