Html Css Color HEX #83630F Yukon Gold

📋 copy color: '#83630F'

red 131 ◦ green 99 ◦ blue 15

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

Shades of Yukon Gold #83630F

Tints of Yukon Gold #83630F

RGB

 RED value IS 131 (51.56% from 255) = 53.47%

 GREEN value IS 99 (39.06% from 255) = 40.41%

 BLUE value IS 15 (6.25% from 255) = 6.12%

R = 53.47%
G = 40.41%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83630F (or 0x83630F) is known color: Yukon Gold. HEX triplet: 83, 63 and 0F. RGB value is (131,99,15). Sum of RGB (Red+Green+Blue) = 131+99+15=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83630F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83630F is #7C9CF0. Grayscale: #636363. Windows color (decimal): -8166641 or 1008515. OLE color: 1008515.

HSL color Cylindrical-coordinate representation of color #83630F: hue angle of 43.45º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83630F is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 99 15 -
CMYK 0 0.24 0.89 0.49
HSL 43.45º 0.79% 0.29% -
HSV(B) 43.45º 0.89% 0.51% -
XYZ 13.91 13.78 2.38 -
YUV 98.99 80.6 150.83 -
System Red Green Blue C M Y K H S L
Decimal 131 99 15 0 0.24 0.89 0.49 43.45 0.79 0.29
Hex 83 63 F 0 18 59 31 2B 4F 1D
Octal 203 143 17 0 30 131 61 53 117 35
Binary 10000011 1100011 1111 0 11000 1011001 110001 101011 1001111 11101

Color Harmonies of #83630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83630F

Black with #83630F

Text Example


Text Example

White with #83630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83630F; }

 p { color: rgb(131,99,15); }

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

background-color css

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

 a { background-color: rgb(131,99,15); }

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

border-color css

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

 span { border-color: rgb(131,99,15); }

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