Html Css Color HEX #C3840D Dark Goldenrod

📋 copy color: '#C3840D'

red 195 ◦ green 132 ◦ blue 13

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

Shades of Dark Goldenrod #C3840D

Tints of Dark Goldenrod #C3840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.82%

 BLUE value IS 13 (5.47% from 255) = 3.82%

R = 57.35%
G = 38.82%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3840D (or 0xC3840D) is known color: Dark Goldenrod. HEX triplet: C3, 84 and 0D. RGB value is (195,132,13). Sum of RGB (Red+Green+Blue) = 195+132+13=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3840D is #3C7BF2. Grayscale: #898989. Windows color (decimal): -3963891 or 885955. OLE color: 885955.

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

Color convert

RGB 195 132 13 -
CMYK 0 0.32 0.93 0.24
HSL 39.23º 0.88% 0.41% -
HSV(B) 39.23º 0.93% 0.76% -
XYZ 30.83 28.13 4.19 -
YUV 137.27 57.87 169.18 -
System Red Green Blue C M Y K H S L
Decimal 195 132 13 0 0.32 0.93 0.24 39.23 0.88 0.41
Hex C3 84 D 0 20 5D 18 27 58 29
Octal 303 204 15 0 40 135 30 47 130 51
Binary 11000011 10000100 1101 0 100000 1011101 11000 100111 1011000 101001

Color Harmonies of #C3840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3840D

Black with #C3840D

Text Example


Text Example

White with #C3840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3840D; }

 p { color: rgb(195,132,13); }

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

background-color css

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

 a { background-color: rgb(195,132,13); }

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

border-color css

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

 span { border-color: rgb(195,132,13); }

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