Html Css Color HEX #C3810B Dark Goldenrod

📋 copy color: '#C3810B'

red 195 ◦ green 129 ◦ blue 11

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

Shades of Dark Goldenrod #C3810B

Tints of Dark Goldenrod #C3810B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.51%

 BLUE value IS 11 (4.69% from 255) = 3.28%

R = 58.21%
G = 38.51%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3810B (or 0xC3810B) is known color: Dark Goldenrod. HEX triplet: C3, 81 and 0B. RGB value is (195,129,11). Sum of RGB (Red+Green+Blue) = 195+129+11=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C3810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3810B is #3C7EF4. Grayscale: #878787. Windows color (decimal): -3964661 or 754115. OLE color: 754115.

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

Color convert

RGB 195 129 11 -
CMYK 0 0.34 0.94 0.24
HSL 38.48º 0.89% 0.4% -
HSV(B) 38.48º 0.94% 0.76% -
XYZ 30.42 27.33 3.99 -
YUV 135.28 57.87 170.59 -
System Red Green Blue C M Y K H S L
Decimal 195 129 11 0 0.34 0.94 0.24 38.48 0.89 0.4
Hex C3 81 B 0 22 5E 18 26 59 28
Octal 303 201 13 0 42 136 30 46 131 50
Binary 11000011 10000001 1011 0 100010 1011110 11000 100110 1011001 101000

Color Harmonies of #C3810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3810B

Black with #C3810B

Text Example


Text Example

White with #C3810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3810B; }

 p { color: rgb(195,129,11); }

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

background-color css

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

 a { background-color: rgb(195,129,11); }

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

border-color css

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

 span { border-color: rgb(195,129,11); }

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