Html Css Color HEX #94630B Golden Brown

📋 copy color: '#94630B'

red 148 ◦ green 99 ◦ blue 11

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

Shades of Golden Brown #94630B

Tints of Golden Brown #94630B

RGB

 RED value IS 148 (58.2% from 255) = 57.36%

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

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

R = 57.36%
G = 38.37%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94630B (or 0x94630B) is known color: Golden Brown. HEX triplet: 94, 63 and 0B. RGB value is (148,99,11). Sum of RGB (Red+Green+Blue) = 148+99+11=258 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.36% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 148 - color contains mainly: red. Hex color #94630B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94630B is #6B9CF4. Grayscale: #686868. Windows color (decimal): -7052533 or 746388. OLE color: 746388.

HSL color Cylindrical-coordinate representation of color #94630B: hue angle of 38.54º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94630B is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 99 11 -
CMYK 0 0.33 0.93 0.42
HSL 38.54º 0.86% 0.31% -
HSV(B) 38.54º 0.93% 0.58% -
XYZ 16.73 15.24 2.38 -
YUV 103.62 75.73 159.66 -
System Red Green Blue C M Y K H S L
Decimal 148 99 11 0 0.33 0.93 0.42 38.54 0.86 0.31
Hex 94 63 B 0 21 5D 2A 27 56 1F
Octal 224 143 13 0 41 135 52 47 126 37
Binary 10010100 1100011 1011 0 100001 1011101 101010 100111 1010110 11111

Color Harmonies of #94630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94630B

Black with #94630B

Text Example


Text Example

White with #94630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94630B; }

 p { color: rgb(148,99,11); }

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

background-color css

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

 a { background-color: rgb(148,99,11); }

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

border-color css

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

 span { border-color: rgb(148,99,11); }

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